Exploring the design space of binary search trees
Open-source research project that explores the design space of binary search trees to implement persistent and concurrent linear list data structures.
You're viewing a single thread.
I've been studying BSTs recently with the book "Algo & DS in Python by Goodrich-Tamassia", this article seems to be the next thing to read. Thanks for sharing.