Sorted array using recursion

https://ide.codingblocks.com/s/50300

this code is failing in 3rd test case. wht is the error

hey yukti, what if 2 numbers are same, while checking condition a[i]<a[i+1] , also include ‘=’ case, a[i]<=a[i+j]

hey yukti I edit your code https://ide.codingblocks.com/s/50751