Topic: Tree Problem / Level: intermediate

Problem: Determine if a binary tree has a root-to-leaf path with a specified sum.

Run the code to see the output here...