https://ide.codingblocks.com/s/49064
what is the error in the code.
Vertical order print BT
I am able to solve this problem.but I am facing one new one.
for this tree
desired o/p:
1
10 9
8 6
3 7 13
14
but i am getting
1
10 9
8 6
7 3 13
14
here is the code