Types of sorting algorithms

O(n^2)

O(n * log(n))

O(~n)

Practice problems