Where’s the issue in the code.
2 test cases showing wrong answer
Consider test case:
3
2 3 1
3
3 2 1
Expected o/p
3 => 2 <= 1
END => 3 <= END
END => 1 <= END
Your o/p
3 => 2 <= 2
END => 3 <= END
END => 1 <= END
What should i change in the code
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.