summaryrefslogtreecommitdiff
path: root/wk3/lab/notes.txt
diff options
context:
space:
mode:
authorFudgerboy <91767657+Fudgerboy@users.noreply.github.com>2024-02-17 23:51:02 +0000
committerFudgerboy <91767657+Fudgerboy@users.noreply.github.com>2024-02-17 23:51:02 +0000
commit59a676d4d24dc73cb5052ff77c412e559ca235db (patch)
treeff1792a4c4d4d297c072ed9b9d159a8badc8b429 /wk3/lab/notes.txt
parentc8ec5e7c26dd623b8b8a788d1555c0cf70e23beb (diff)
Sat, Feb 17, 2024, 3:51 PM -08:00
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):