|
|
|
|
|
by nmwnmw
1783 days ago
|
|
My personal favorite of these is the Splay Tree[1]. I've never used it in production, but it's really simple to implement and reason about. Though my main experience was trying (and failing) to prove amortized bounds on the operations. [1] https://en.wikipedia.org/wiki/Splay_tree |
|