-
Notifications
You must be signed in to change notification settings - Fork 113
Open
Description
e.g. red-black tree or splay tree, c.f. npm bbtree
If you insert into a non-balancing binary search tree from a sorted array, that can happen easily, the lookup performance breaks down to linear, the tree will look like
o
\
o
\
o
\
o
\
. . .
Metadata
Metadata
Assignees
Labels
No labels