Skip to content

Latest commit

 

History

History
18 lines (15 loc) · 459 Bytes

README.md

File metadata and controls

18 lines (15 loc) · 459 Bytes

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