Exploring the design space of binary search trees

https://rtheunissen.github.io/bst

38 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.