summaryrefslogtreecommitdiff
path: root/wk3/lab/notes.txt
diff options
context:
space:
mode:
Diffstat (limited to 'wk3/lab/notes.txt')
-rw-r--r--wk3/lab/notes.txt12
1 files changed, 12 insertions, 0 deletions
diff --git a/wk3/lab/notes.txt b/wk3/lab/notes.txt
new file mode 100644
index 0000000..9336a56
--- /dev/null
+++ b/wk3/lab/notes.txt
@@ -0,0 +1,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):