Sum Root to Leaf Numbers

#129
Medium
Binary Tree
O(n)
O(h)
Amazon
Microsoft
Google
View on LeetCode

Problem Description

You are given the root of a binary tree containing digits from 0 to 9 only. Each root-to-leaf path in the tree represents a number.