Topic: Tree Problem / Level: beginner

Problem: Write a program to find all paths in a binary tree that sum to a given value.

Run the code to see the output here...