×

Odd–even sort

Sorting algorithm
In computing, an odd–even sort or odd–even transposition sort is a relatively simple sorting algorithm, developed originally for use on parallel processors with local interconnections. It is a comparison sort related to bubble sort, with which it... Wikipedia
Worst-case complexity: n^2
Data structure: Array