Sort¶ Given an array \(A[0..n-1]\),and \(n\) is the length of the array. Sort elements of the array ascending. Sort Algorithms¶ Selection Sort Bubble Sort Insertion Sort Merge Sort Quick Sort Heap Sort Counting Sort Radix Sort Bucket Sort Topological Sort Shell Sort