Tree: Depth-First Search - Path Sum II (All Root-to-Leaf Paths)
Suppose the problem is modified so that node values can be negative, and you want to find all root-to-leaf paths summing to targetSum. Which modification to the DFS approach is necessary to ensure correctness?
