Hope the question is clear. Basically you need to print a given tree
such that spaces will depict the left/right relation at every level.

output should be something like
                    a
                 b     c
              d   e  f   g

Levels are separated by new lines. Notice that space between nodes at
higher levels increases with the number of levels we have. Assume a
max of 10 levels. But the algorithm should scale.

-- 
Regards,
Navneet

-- 
You received this message because you are subscribed to the Google Groups 
"Algorithm Geeks" group.
To post to this group, send email to algogeeks@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.

Reply via email to