Expand description
Algorithms on trees.
Structs§
- Breadth
First Traversal - Iterator for traversing a tree in breadth-first order.
Traits§
- Tree
Isomorphism - Extension trait adding isomorphism checking on trees.
- Tree
Traversal - Extension trait adding traversal algorithms on trees.