Just dfs for the left subtree and log all events (left, right childs and elements) - use stack for this. Then do the same for the right subtree, but check events in a reverse (left child event should be right child). If there are no differencies, so right subtree is an exact mirrot of the left one.
-- You received this message because you are subscribed to the Google Groups "Algorithm Geeks" group. To post to this group, send email to algoge...@googlegroups.com. To unsubscribe from this group, send email to algogeeks+unsubscr...@googlegroups.com. For more options, visit this group at http://groups.google.com/group/algogeeks?hl=en.