X294: Binary Tree Sum Nodes Exercise
Write a recursive function that returns the sum of the values for all of the nodes of the binary tree with root "root".
Your Answer:
Feedback
Your feedback will appear here when you check your answer.
Write a recursive function that returns the sum of the values for all of the nodes of the binary tree with root "root".
Your feedback will appear here when you check your answer.