YanivGabay / cs-lectures-by-yaniv-gabay

My lectures files for both Intro To C.S and Modular Programming courses in Hadassah Academic College.
7 stars 0 forks source link

sum_of_leafs returns unexpected values when tested #3

Closed YanivGabay closed 2 months ago

YanivGabay commented 2 months ago

ModolarProgramming/Eight_lesson_Binary_trees/07_more_bsts.cc

the function that suppose to return the sum of all leafs in the tree, returns unexpected values.

YanivGabay commented 2 months ago

Fixed the problem. was bad use of recursive calls, and summing into a variable with &.