Tree Bottom View

Sir/Ma’am Out of 5 test case I passed 4 test cases correctly I got Wrong answer in 1 test case and I cant Figure out why.Please Help Me get it correct.Link:- https://ide.codingblocks.com/s/188669

@Devforlife07,
Testcase:
20 8 22 5 3 4 25 -1 -1 10 14 -1 -1 -1 -1 -1 -1 -1 -1
Your ouput:
5 10 4 22 25
Correct Output:
5 10 4 14 25

Hint:
Put a condition after root==null in getTop and check if the map contains that vertical level or not

1 Like

I hope I’ve cleared your doubt. I ask you to please rate your experience here
Your feedback is very important. It helps us improve our platform and hence provide you
the learning experience you deserve.

On the off chance, you still have some questions or not find the answers satisfactory, you may reopen
the doubt.

1 Like