So, I have to write a public static method add, which takes a parameter, and adds up all the values in the N-ary tree it
represents. Characterize the traversal order: preorder. - what does that mean???? So, can someone explain to me how I would do this??? thanks.