Tree: Depth-First Search - Path Sum II (All Root-to-Leaf Paths)
Given a binary tree, you want to list all root-to-leaf paths where the sum of node values matches a given target. Which technique is most appropriate to systematically explore all such paths?
