top | item 25055040

(no title)

c0deb0t | 5 years ago

For binary trees, indexing can be done by saving the subtree size of each node and doing a sort of binary search. Not sure if this is fast for B-trees that have more than 2 children nodes, though.

discuss

order