Not sure why you directed this at Luke, that really limits the number of people that will reply, particularly when it's urgent.
Presumably your tree is defined by it's root. The root has a list of children. If you remove one child from the list of children of the root, then how do you expect to see the children of children? Example: 1 is root Parent, child 1,2 2,3 3,4 Remove the line 1,2, how many nodes does the tree have now? -- You received this message because you are subscribed to the Google Groups "Google Code Jam" group. To view this discussion on the web visit https://groups.google.com/d/msg/google-code/-/fzYuhU-DUC4J. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/google-code?hl=en.
