diff options
author | Fudgerboy <91767657+Fudgerboy@users.noreply.github.com> | 2024-02-18 05:42:20 +0000 |
---|---|---|
committer | Fudgerboy <91767657+Fudgerboy@users.noreply.github.com> | 2024-02-18 05:42:20 +0000 |
commit | c0e1c3bc4dc7b0a951740a1da21b774857aa3499 (patch) | |
tree | 3741656ec1dd09aafd9d208fbedf1f66f3d269b9 /wk3/lect/notes.txt | |
parent | 7b87b31c5a34da1143875c7f1fde40fea15dcf26 (diff) |
Sat, Feb 17, 2024, 9:42 PM -08:00
Diffstat (limited to 'wk3/lect/notes.txt')
-rw-r--r-- | wk3/lect/notes.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/wk3/lect/notes.txt b/wk3/lect/notes.txt index 9336a56..4db816b 100644 --- a/wk3/lect/notes.txt +++ b/wk3/lect/notes.txt @@ -1,12 +1,14 @@ Order O(n^2): Selection, Bubble + O(n log n): Merge O(n): O(logn): O(c): Omega Q(n^2): Selection + O(n log n): Merge Q(n): Bubble Q(logn): Q(c): |