Bubble Sort
T: O(n^2)
Insertion Sort
T: O(n)
Selection Sort
T: O(n^2)
Shell Sort
T:O(nlogn)
Bucket Sort
T:O(n+k)