question 4.8 of chapter 4(tree...
question 4.8 of chapter 4(trees and graphs) in the book "cracking+coding+interview".
What is the exactly meaning of "tree path"?The solution only considers that the start node of the path is an ancestor of the end node, what if one is not necessarily an ancestor of another?