This library contains implementations of various different data structures. The full list of implemented data structures can be found below.
Name | Min | Delete | Insert |
---|---|---|---|
Binary | |||
Binomial | |||
D-heap | |||
Leftist | |||
Weak |
Name | Traversable |
---|---|
Binary | true |
Binomial | false |
B-Tree | true |
Cartesian | true |
Leftist | false |
Red-Black | true |
Splay | true |
A tree is traversable if it can be traversed such that the resulting sequence is sorted.