Pruthvi-Sanghavi / sorting_algorithms

Implementation of various sorting algorithms in C++11.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Implementation of various sorting algorithms in C++11.

License:MIT License


Languages

Language:C++ 100.0%