Module tree_algorithms

Source
Expand description

Algorithms on trees.

Structs§

BreadthFirstTraversal
Iterator for traversing a tree in breadth-first order.

Traits§

TreeIsomorphism
Extension trait adding isomorphism checking on trees.
TreeTraversal
Extension trait adding traversal algorithms on trees.