Sorted Array- Recursion
Interview Prep Complete Course
💡-sorted-array
Rishabh3699
(Rishabh Goel)
November 2, 2019, 5:41pm
#1
One test case not working
yuktimutreja01
(Yukti Mutreja)
November 2, 2019, 6:02pm
#2
Rishabh, plz use if((a[0]<=a[1]) and then try to submit your code.