Module ghost_tree

Module ghost_tree 

Source

Structs§

Node
A ghost tree node with maximum N children, the maximum depth of the tree is L Each tree node has a value of type T and a sequence of children
Tree
TreePath
Path from the current node to the leaf of the tree N is the maximum number of children of a tree node TreePath.index(i) returns the i-th element of the path

Traits§

TreeNodeValue

Functions§

group_ghost_tree
path_between
path_between_properties