|
|
|
|
|
by anfelor
825 days ago
|
|
Another interesting data structure related to skiplists but not mentioned here are zip trees: https://arxiv.org/abs/1806.06726 The are a tree-based version of skiplists and thus more suited to functional programming / immutable datastructures. |
|
[1] https://rtheunissen.github.io/bst