Hacker News new | ask | show | jobs
by planet-and-halo 1800 days ago
Doesn't this only affect inserts and deletes though? I mean I get your point, but on a read you can assume that a binary tree is balanced (by definition). Or am I missing something?
1 comments

No, not all binary trees are balanced binary trees.
Ah got it, thanks.