BST
↔ tree data-struct for fast insert/search
aka Binary-Search-Tree, BST
Treap
BST with Heap Property to ins/del node
Splay Tree
BST self-adjust to optimize Time Complexity
References
Treap
↔ BST with Heap Property to ins/del nodeSplay Tree
↔ BST self-adjust to optimize Time Complexity