Sorting Algorithm Comparator

basic

Compare complexity of sorting algorithms.

Formula

ops = n x log(n) vs n^2