Structsยง
- Path
- This represents the path through a
Tree<T>to a given node. - Tree
- Tree
Path Map - This is a mapping of items in
Treeto theirPaths. A single item in theTreecan have multiplePaths to it if it is in theTreemultiple times.
Tree<T> to a given node.Tree to their Paths. A single item in the Tree can have
multiple Paths to it if it is in the Tree multiple times.