Modulesยง
- backtrack
- bit
- dsu
- lower_
bound - prefix
- queue_
monotone - monotonic queue items are ordered such that all elements are non-decreasing compared using cmp::Ordering::Less (eg: e_i >= e_j, for all i > j)
- rb
- scc
- segmax
- segsum
- treap
- treap implementation based from various references such as: http://e-maxx.ru/algo/treap Fast Set Operations Using Treaps: http://www.cs.cmu.edu/afs/cs.cmu.edu/project/scandal/public/papers/treaps-spaa98.html
- upper_
bound