Topic: Tree Problem / Level: advanced

Problem: Find the longest path from root to leaf with a specified sum in a binary tree.

Run the code to see the output here...