SortingAlgorithms Major sorting algorithms and their implementation in C++. Algorithms implemented : Selection sort Bubble sort Insertion sort Merge sort Quick sort