Sorting algorithm | Time | Complexity |
Bin Sort | 0 sec. | O(5 * N) |
Bubble Sort | 1.281 sec. | O(N * N) |
CombSort11 | 0.01 sec. | O(N log N) |
Counting Sort | 0 sec. | O(N) |
Double Storage Merge Sort | 0.01 sec. | O(N log N) |
HeapSort | 0.01 sec. | O(N log N) |
Insertion Sort | 0.4 sec. | O(N * N) |
Merge Sort | 0.22 sec. | O(N log N) |
N log log N | 0.02 sec. | O(N log log N) |
Odd-Even Sort | 1.331 sec. | O(N * N) |
QuickSort | 0 sec. | O(N log N) |
Radix Sort | 0 sec. | O(5 * N) |
Radix Exchange Sort | 0.41 sec. | O(5 * N) |
Selection Sort | 0.51 sec. | O(N * N) |
Shaker Sort | 1.191 sec. | O(N * N) |
Shear Sort | 0.13 sec. | O(N log N) |
Shell Sort | 0.03 sec. | O(N log N) |
Sorting algorithm | Time |
Bin Sort | 0.08 sec. |
BubbleSort | 174.29 sec. (2:54) |
CombSort11 | 0.16 sec. |
Counting Sort | 0.01 sec. |
Double Storage Merge Sort | 0.09 sec. |
HeapSort | 0.37 sec. |
Insertion Sort | 47.768 sec. |
Merge Sort | 23.163 sec. |
N log log N | 0.19 sec. |
Odd-Even Sort | 335.692 sec. (5:35) |
QuickSort | 0.04 sec. |
Radix Sort | 0.03 sec. |
Radix Exchange Sort | 53.196 sec. |
Selection Sort | 98.641 sec. (1:38) |
Shaker Sort | 129.716 sec. (2:09) |
Shear Sort | 15.232 sec. |
Shell Sort | 0.54 sec. |
Sorting algorithm | Time |
Bin Sort | 0.91 sec. |
CombSort11 | 2.113 sec. |
Counting Sort | 0.07 sec. |
Double Storage Merge Sort | 1.25 sec. |
HeapSort | 1.372 sec. |
N log log N | 1.10 sec. |
QuickSort | 0.591 sec. |
Radix Sort | 0.311 sec. |
Shell Sort | 9.173 sec. |
Sorting algorithm | Time |
Bin Sort | 8.993 sec. |
CombSort11 | 25.767 sec. |
Counting Sort | 0.661 sec. |
Double Storage Merge Sort | 15.25 sec. |
HeapSort | 22.522 sec. |
N log log N | 11.41 sec. |
QuickSort | 7.721 sec. |
Radix Sort | 3.104 sec. |