I don’t know why my testcase 1 is failing. Help me out
Bottom View of binary tree
Hello @robbiesingh.singh84,
Your code is failing for test cases like:
20 8 22 5 3 4 25 -1 -1 10 14 -1 -1 -1 -1 -1 -1 -1 -1
Tree Formed:
_____________20
______8_____________22
5 ___________3,4 __________25
______10 ___________14
Expected Output:
5 10 4 14 25
Your Output:
5 10 4 22 25
Correct it.
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.