Fusion tree

From Wikipedia, the free encyclopedia
Jump to: navigation, search

A fusion tree is a type of tree data structure in computer science. It implements an associative array with integer keys up to a fixed size; by exploiting the constant-time machine word multiplication operation available on many real processors, it is able to achieve all operations in

O\left(\frac{\log n}{\log \log n}\right)

time (see Big O notation), which is slightly faster asymptotically than a self-balancing binary search tree.

[edit] References

Personal tools
Namespaces

Variants
Actions
Navigation
Interaction
Toolbox
Print/export