summaryrefslogtreecommitdiff
path: root/wk3/lect/notes.txt
blob: 9336a5681bcfead67c89a88f9f8f2fc545ff4299 (plain)
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):