appendNode

fun appendNode(node: TreeNode<T>, vararg path: Int): Boolean

Append a node to a path from root

Return

true if successful, false otherwise