Skip to content

Latest commit

 

History

History
38 lines (32 loc) · 556 Bytes

README.md

File metadata and controls

38 lines (32 loc) · 556 Bytes

Sorting Algorithms (Sort)

This is a collection of sorting algorithms implemented in C.

Algorithms

  • Bubble Sort
  • Insertion Sort
  • Selection Sort
  • Merge Sort
  • Quick Sort
  • Counting Sort
  • Radix Sort
  • Bucket Sort
  • Shell Sort
  • Stooge Sort
  • Slow Sort
  • Brick Sort

Other algorithms are not still implemented:

  • Heap Sort
  • Comb Sort
  • Gnome Sort
  • Cocktail Sort
  • Pigeonhole Sort
  • Cycle Sort
  • Bitonic Sort
  • Pancake Sort
  • Bogo Sort
  • Bogosort
  • Smooth Sort
  • Strand Sort
  • Tree Sort
  • Cube Sort
  • Odd-Even Sort

Copyright (c) 2023, Max Base