Module competitive_programming_rs::data_structure::treap::treap
source · Structs
Treap
is a binary search tree data structure that maintain a dynamic set
of ordered keys and allow binary searches among the keys,
https://en.wikipedia.org/wiki/Treap