Practice Problem
Path Sum
Difficulty: Easy
Given the root of a binary tree and a target sum, determine if the tree has a root-to-leaf path that sums to the target.
Practice Problem
Difficulty: Easy
Given the root of a binary tree and a target sum, determine if the tree has a root-to-leaf path that sums to the target.