digitTreeSum
We're going to store numbers in a tree. Each node in this tree will store a single digit (from 0 to 9), and each path from root to leaf encodes a non-negative integer.
Given a binary tree t, find the sum of all the numbers encoded in it.
Link for the...
booleanbit1.hashnode.dev1 min read