Tree top View problem

How to print top view of tree ??
How to approach this problem ??

Hello @ashwani225,

For this problem you have to traverse the entire tree and meanwhile have to keep track of the vertical levels.

You may refer to this video.

Let me know if you face any issue.
Hope, this would help.