Structsยง
- Chtholly
Tree - Representation of Chtholly Tree. The nodes are sorted based on
leftin interval[left, right]. - Tree
Node - Chtholly Tree allows queries and updates to be performed in a interval.
The input data needs to be random for it to achieve a time complexity of
O(nloglogn). Representation of Chtholly Node used to build Chtholly Tree.