w8r/avl

split/join functionality

Opened this issue · 3 comments

I might be wrong, but i'm missing split/join functionality.

Unluckily i need to code a B+ Tree, and the leaf needs to be ordered somehow efficiently.

I jumped into associative arrays, but even if it's ordered you don't know anything about the "real" index, where it's inserted.

w8r commented

I will be thinking of adding it.

w8r commented

can you recite a paper that I can follow?

https://arxiv.org/pdf/1602.02120.pdf
Here is a paper discussing the set operations on AVL trees. In case you are still interested.