Crate chtholly

Source
Expand description

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.