Dear all,
I need to find the max width of Binary Search Tree. It means the biggest number of nodes in a level among all levels.
[/IMG]
In the figure the maximum width is 4, since level 3 has the biggest number of nodes, which is 4.
I will be grateful, if you help me..