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, 0 insertions, 12 deletions
diff --git a/wk3/lab/notes.txt b/wk3/lab/notes.txt
deleted file mode 100644
index 9336a56..0000000
--- a/wk3/lab/notes.txt
+++ /dev/null
@@ -1,12 +0,0 @@
-
-Order
- O(n^2): Selection, Bubble
- O(n):
- O(logn):
- O(c):
-
-Omega
- Q(n^2): Selection
- Q(n): Bubble
- Q(logn):
- Q(c):