Tree: Depth-First Search - Path Sum
Given the following partial DFS call stack state during Path Sum execution: current node value=7, accumulated sum=10, targetSum=17, and the function returns True. Which path led to this result?
15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions