# Algorithms ## Big-O notation ## Iteration ## Recursion ## Divide and Conquer ## Greedy ## Sorting algorithm ### Bouble Sort ### Quick Sort ### Merge Sort ### Insertion Sort