Actually i am bit confused that if i should return ab in the comparator function.
Comparator function
in case of sorting we call for compare function to check whether we have to swap element or not
function accept a and b
if function returns true it means order of a and b remain same
otherwise ti swap the element
so if return a<b then order will be increasing
otherwise decreasing
1 Like
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.