c/programming · by rtheunissen@programming.dev · 2yExploring the design space of binary search trees https://rtheunissen.github.io/bst38 points · 2 comments · view on lemmy.world
2 Comments
aport@programming.dev · 2 pts · 2y
Fascinating and well written
flakpanzer@programming.dev · 1 pts · 2y
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.