Recursion Sorted Array


Where m wrong?
one test case is not passing.

your code failed if some or all elements are equal
for input
4
1 1 2 2
your code show false
but correct ans is true it is sorted array

only change you have to do is at line no 09
correct statement
if(a[0]<=a[1] and sorted(a+1,n-1))

if you have more doubts regarding this feel free to ask
i hope this helps
if yes hit a like and don’t forgot to mark doubt as resolved :grinning:

please mark doubt as resolved

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.