This commit is contained in:
hugogogo
2021-06-09 16:46:02 +02:00
parent 3350bf7fb3
commit e676c549f3

View File

@@ -1,6 +1,7 @@
[source des comparaisons ci-dessous :](https://www.youtube.com/watch?v=xoR-1KwQh2k) [source des comparaisons ci-dessous :](https://www.youtube.com/watch?v=xoR-1KwQh2k)
`
numbers comparisons array-access name numbers comparisons array-access name
200 19 900 18 448 Bubble Sort 200 19 900 18 448 Bubble Sort
200 20 000 20 384 Cocktail Shaker Sort 200 20 000 20 384 Cocktail Shaker Sort
@@ -37,7 +38,7 @@ numbers comparisons array-access name
2000 64 832 66 118 Batcher's Bitonic Sort 2000 64 832 66 118 Batcher's Bitonic Sort
200 20 099 30 684 Pancake Sort 200 20 099 30 684 Pancake Sort
2000 54 989 2 000 Patience Sort 2000 54 989 2 000 Patience Sort
2000 9 3 973 224 Gravity Sort 2000 0 3 973 224 Gravity Sort
2000 0 6 000 Counting Sort 2000 0 6 000 Counting Sort
2000 0 4 000 Pigeonhole Sort 2000 0 4 000 Pigeonhole Sort
Radix LSD Sort (Base 4) Radix LSD Sort (Base 4)
@@ -57,7 +58,7 @@ numbers comparisons array-access name
Less Bogo Sort Less Bogo Sort
Cocktail Bogo Sort Cocktail Bogo Sort
Bogo Sort Bogo Sort
`
--- ---