Sorting Algorithms Learing Time Complexity and the Big O Notation Mandatory Bubble Sort (0-bubble_sort.c, 0-O) Insertion Sort (1-insertion_sort_list.c, 1-O) Selection Sort (2-selection_sort.c, 2-O) Quick Sort (3-quick_sort.c, 3-O)