diff options
author | Fudgerboy <91767657+Fudgerboy@users.noreply.github.com> | 2024-02-18 06:00:36 +0000 |
---|---|---|
committer | Fudgerboy <91767657+Fudgerboy@users.noreply.github.com> | 2024-02-18 06:00:36 +0000 |
commit | 5725f5e2e47ad8a457122241c1fdcfeed0d672b2 (patch) | |
tree | 5b12cd6caa45741362abbcd163693b00a92572de /wk3 | |
parent | af864af07fec6e3fa23249656c9f83c506388ec6 (diff) |
Sat, Feb 17, 2024, 10:00 PM -08:00
Diffstat (limited to 'wk3')
-rw-r--r-- | wk3/lect/notes.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/wk3/lect/notes.txt b/wk3/lect/notes.txt index 1e0d692..b6aabf9 100644 --- a/wk3/lect/notes.txt +++ b/wk3/lect/notes.txt @@ -25,6 +25,6 @@ SEARCH Omega (Lower Bound) Q(n^2): O(n log n): - Q(n): Linear + Q(n): Q(log n): - Q(c): + Q(1): Linear, Binary |