Topic: Backtracking Problem / Level: advanced

Problem: Find all unique paths from the root to leaves in a binary tree, printing each path as a list.

Run the code to see the output here...