Topic: Tree Problem / Level: intermediate

Problem: Check if a binary tree is a path sum tree based on node values.

Run the code to see the output here...