Tree: Depth-First Search - Path Sum II (All Root-to-Leaf Paths)
What is the worst-case time complexity of a recursive backtracking solution that finds all root-to-leaf paths summing to a target in a binary tree with N nodes and maximum path length L?
