Path Sum Visualizer & Step-by-Step Algorithm Solution
Determine if the binary tree has a root-to-leaf path such that adding up all values along the path equals targetSum.
Category: trees | Difficulty: Easy
Tags: DFS, Binary Tree, Recursion, Path Sum, Backtracking
