Practice Problem
Sum Root to Leaf Numbers
Difficulty: Medium
Given a binary tree where each node contains a digit 0-9, find the total sum of all root-to-leaf numbers.
Practice Problem
Difficulty: Medium
Given a binary tree where each node contains a digit 0-9, find the total sum of all root-to-leaf numbers.