/sorting_algorithms

Implementation of various sorting algorithms in C++11.

Primary LanguageC++MIT LicenseMIT

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