6 ms·
What do you mean, it looks like bubble sort? It is bubble sort.
by buzzin_ 5y ago
What do you mean, it looks like bubble sort? It is bubble sort.
- svat 5y agoBubble sort only swaps adjacent elements. The one I used is a lesser-known sort apparently called "exchange sort".