Groups
Category
A splay tree is a self-adjusting binary search tree that moves the most recently accessed node to the root with rotations.
An implicit treap is a randomized balanced binary tree that treats array positions as keys without storing them explicitly.