sorting_algorithms Implementation of various sorting algorithms in c++11. Algorithms Implemented Bubble Sort Insertion Sort Gnome Sort Cocktail Shaker Sort Selection Sort Merge Sort Quick Sort Radix Sort TODO Add unit testing functionality Use continuous integration