Expand description
Defines the TreeNode trait for tree traversal nodes.
Traitsยง
- Lower
Bound - Trait defining the lower bound functionality for tree nodes.
- Priority
- Trait defining the priority functionality for tree nodes. This is useful for greedy or best-first search algorithms.
- Tree
Node - TreeNode trait that implements basic functionalities for tree traversal nodes.