[][src]Crate chtholly

Implementation of Chtholly Tree, a data structure originated from CF896C.

Structs

ChthollyNode

Representation of Chtholly Node, used to build Chtholly Tree.

ChthollyTree

Representation of Chtholly Tree. The nodes are sorted by their range.