Method FindLeafNodes
FindLeafNodes(T)
Finds all leaf nodes reachable from the given node.
Declaration
public HashSet<T> FindLeafNodes(T node)
Parameters
| Type | Name | Description |
|---|---|---|
| T | node | The node to start from. |
Returns
| Type | Description |
|---|---|
| HashSet<T> | The set of reachable leaf nodes. |