summaryrefslogtreecommitdiff
path: root/wk3/lect/notes.txt
diff options
context:
space:
mode:
authorFudgerboy <91767657+Fudgerboy@users.noreply.github.com>2024-02-18 00:02:53 +0000
committerFudgerboy <91767657+Fudgerboy@users.noreply.github.com>2024-02-18 00:02:53 +0000
commit49c4599639c9015ea879cc9d8ccf819e09df271d (patch)
tree67a962455283332fadbe4b820cfa05eef60b9d6d /wk3/lect/notes.txt
parent19fd1f6fe17e43ebd83020539a13af18197070cc (diff)
Sat, Feb 17, 2024, 4:02 PM -08:00
Diffstat (limited to 'wk3/lect/notes.txt')
-rw-r--r--wk3/lect/notes.txt12
1 files changed, 12 insertions, 0 deletions
diff --git a/wk3/lect/notes.txt b/wk3/lect/notes.txt
new file mode 100644
index 0000000..9336a56
--- /dev/null
+++ b/wk3/lect/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):