My Blog List

[Leetcode Solution] Path Sum

Analysis

  • Recursive traversal every path of the tree to find out if there is a sum path satisfying the requirement.

Note

Code


No comments:

Post a Comment

Enter you comment