Groups
Category
An implicit treap is a randomized balanced binary tree that treats array positions as keys without storing them explicitly.
A persistent segment tree stores every historical version of an array-like data while supporting queries and updates in O(log n) time.