Skip to content

Latest commit

 

History

History
57 lines (54 loc) · 1.41 KB

algorithms.md

File metadata and controls

57 lines (54 loc) · 1.41 KB

Sorting:

  1. Bead / Gravity Sort
  2. Bitonic Sort
  3. Bogo / Stupid Sort
  4. Bubble Sort
  5. Bucket / Bin Sort
  6. Cocktail Shaker / Bidirectional Bubble / Ripple / Shuttle Sort
  7. Comb Sort
  8. Counting Sort
  9. Cycle Sort
  10. Double Sort
  11. Gnome / Dubbed Stupid Sort
  12. Heap Sort
  13. Insertion Sort
  14. Merge Sort
  15. Odd Even / Brick Sort
  16. Pancake Sort
  17. Pigeonhole Sort
  18. Quick Sort
  19. Radix Sort
  20. Shell Sort
  21. Selection Sort
  22. Sleep Sort
  23. Stooge Sort
  24. Wiggle Sort

Keys

Sorting:

Key Function
Space Shuffle
1 Bead Sort
2 Bitonic Sort
3 Bolo Sort
4 Bubble Sort
5 Bucket Sort
6 Cocktail Shaker Sort
7 Comb Sort
8 Counting Sort
9 Cycle Sort
0 Double Sort
q Gnome Sort
w Heap Sort
e Insertion Sort
r Merge Sort
t Odd Even Sort
y Pancake Sort
u Pigeonhole Sort
i Quick Sort
o Radix Sort
p Selection Sort
a Shell Sort
s Sleep Sort
d Stooge Sort
f Wiggle Sort