Leetcode 129 || Sum Root to Leaf Numbers
Problem Link
https://leetcode.com/problems/sum-root-to-leaf-numbers/
Discussion
As input, the root of a binary tree is given. What we need to do that,
Explore all the paths from the root to the leaf
Each root->leaf makes a number, need to take all ...
uh.hashnode.dev4 min read