NaryTree v0.1.1 API Reference

Modules

NaryTree implements a data structure for an n-ary tree in which each node has zero or more children. A node in a tree can have arbitrary number of children and depth. Trees are unbalanced and children unordered

NaryTree.Node