can we directly call compare function inside bubble sort function without passing it
Is it necessary to pass compare function as parameter in bubble sort function
Yes, you can.
But it would defeat the purpose.
The purpose of passing the comparator, is to increase the usability/versatality of the code. because then we can use differenct comparators.
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.