Struct common_tree::Node [−][src]
pub struct Node<T> { /* fields omitted */ }
Expand description
A tree node
Implementations
Get last child
Get last mut child
Get mut children
Get child by a vec path path: [0, 1, 3]
Get mut child by a vec path path: [0, 1, 3]
Deepth first traversal (Preorder) of a tree
Breadth first traversal (Level Order) of a tree