Topic: Backtracking Problem / Level: advanced

Problem: Solve the "Path Sum" problem by finding all paths in a binary tree that sum to a specific target.

Run the code to see the output here...