Previous | Next --- Slide 12 of 49
Back to Lecture Thumbnails
DanceWithDragon

Question Why we don't use post-order traversal if we want to accumulate children's mass? I think we would like to use order {left,right,root} so we can add mass at the root phase?

kayvonf

@DanceWithDragon. Good catch. The slide was edited to say depth-first (post-order) traversal.