getStringPath

fun <T> TreeNode<T>.getStringPath(vararg path: Int): String

Get String representation of a path from this node.

Return

"Invalid Path" if the path does not exist


fun <T> Tree<T>.getStringPath(vararg path: Int): String

Get String representation of a path from the tree root.

Return

"Invalid Path" if the path does not exist