Module node

Module node 

Source
Expand description

Defines the TreeNode trait for tree traversal nodes.

Traitsยง

LowerBound
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.
TreeNode
TreeNode trait that implements basic functionalities for tree traversal nodes.