Skip to content

Pruthvi-Sanghavi/sorting_algorithms

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

sorting_algorithms

License: MIT

Implementation of various sorting algorithms in c 11.

Algorithms Implemented

  1. Bubble Sort
  2. Insertion Sort
  3. Gnome Sort
  4. Cocktail Shaker Sort
  5. Selection Sort
  6. Merge Sort
  7. Quick Sort
  8. Radix Sort

TODO

  1. Add unit testing functionality
  2. Use continuous integration