1 2 3 4 5 6 7 8 9 10 11 12
Order O(n^2): Selection, Bubble O(n): O(logn): O(c): Omega Q(n^2): Selection Q(n): Bubble Q(logn): Q(c):