We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Does Bubble Sort, but on odd-indexed pairs, and then even-indexed pairs. This allows it to be multithreaded.
It is still inefficient. It is also possible to mix this with Cocktail Sort.
See Bubble Sort