Todo

Understand how to solve this problem without extra space Option 1 vs. Option 2: Should it be: return to the parent from the child, THEN add the two OR pass the parent to the child and then add the two, then return to the parent with the added sum?


References

https://leetcode.com/problems/sum-root-to-leaf-numbers/