top of page
Code Recipe
5 days ago4 min read
113. Path Sum II - LeetCode Fastest Solution
Given the root node of the binary tree and an integer targetSum, return all root to leaf paths in this tree such that, sum of these paths is
20 views1 comment
Code Recipe
7 days ago4 min read
112. Path Sum - LeetCode Fastest Solution
Given the root node of a binary tree and an integer targetSum, return true if the tree has a path from root-to-leaf such that the sum of all
4 views1 comment
bottom of page