Sorting_Algorithms A collection of different sorting methods 1. Merge Sort O(nlogn) 2. QuickSort O(nlogn) 3. Heap Sort O(nlogn) 4. Bucket Sort / Radix Sort O(dn) 5. External Sort O(nlogn)