Interface | Description |
---|---|
Action<T> |
This class is used in DFS and BFS.
|
ITree<T> |
This interface defines the operations of the ITree data type
|
Class | Description |
---|---|
TreeFactory |
This class offers some static methods to obtain particular instances
|
TreeNode<T> |
This class is used to build the tree.
|