+ 1
Why do we use Bubble sort in Python ?
Why do we use Bubble sort method to sort list even when there is a built in method to sort lists?
1 Respuesta
+ 1
Different sorting algorithm have different advantages.
It is good to now how they work and what there pros and cons are.
If you know a view, you can pick the one who suits your data best and don't have to rely on the inbuilt one, which could be inefficient.