Doubly logarithmic tree

From testwiki
Jump to navigation Jump to search

Template:Short description In computer science, a doubly logarithmic tree is a tree where each internal node of height 1, the tree layer above the leaves, has two children, and each internal node of height h>1 has 22h2 children. Each child of the root contains n leaves.[1] The number of children at a node from each leaf to root is 0,2,2,4,16, 256, 65536, ... Template:OEIS

One dot at the top has two lines connecting to other dots.
A double log tree

A similar tree called a k-merger is used in Prokop et al.'s cache oblivious Funnelsort to merge elements.[2]

References

Template:Reflist

Further reading

  1. Template:Citation
  2. Harald Prokop. Cache-Oblivious Algorithms. Masters thesis, MIT. 1999.