Tree: Depth-First Search - Path Sum
Given the following optimal DFS code for Path Sum, what is the return value for the tree with root=5, left=4, right=8, left.left=11, targetSum=20?
15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions