08(Aug) Sum Tree
08. Sum Tree
Problem Description
3
/ \
1 2true 10
/ \
20 30
/ \
10 10My Approach
Time and Auxiliary Space Complexity
Code (C++)
Code (Java)
Code (Python)
Contribution and Support
📍Visitor Count
Last updated