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
Tree
to theirPath
s. A single item in theTree
can have multiplePath
s to it if it is in theTree
multiple times.
Tree<T>
to a given node.Tree
to their Path
s. A single item in the Tree
can have
multiple Path
s to it if it is in the Tree
multiple times.