summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--wk3/lect/notes.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/wk3/lect/notes.txt b/wk3/lect/notes.txt
index 9336a56..4db816b 100644
--- a/wk3/lect/notes.txt
+++ b/wk3/lect/notes.txt
@@ -1,12 +1,14 @@
Order
O(n^2): Selection, Bubble
+ O(n log n): Merge
O(n):
O(logn):
O(c):
Omega
Q(n^2): Selection
+ O(n log n): Merge
Q(n): Bubble
Q(logn):
Q(c):