Practice Problem
Path Sum II
Difficulty: Medium
Given the root of a binary tree and a target sum, return all root-to-leaf paths where the sum of the values equals the target.
Practice Problem
Difficulty: Medium
Given the root of a binary tree and a target sum, return all root-to-leaf paths where the sum of the values equals the target.