SortingAlgorithms Collection of c++ code for implementing various sorting algorithms, such as:- Bubble sort Selection sort Insertion sort Merge sort Quick sort Shell sort Heap sort Comb sort check out individual folders for dedicated code and some additional theory.