Recursion- ((dictionary order smaller))

for the above ques, i want you to please tell me the error in my code https://ide.codingblocks.com/s/107100

@mahimgupta98
Make these changes :
Comment out Line No.22 - the sorting statement .
Change your loop in the main( ) to run till x , not till 1000.
Change the if condition inside this loop to

if(arr[i]>=s1)
{
//break;
continue ;
}

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.

1 Like