diff options
author | Fudgerboy <91767657+Fudgerboy@users.noreply.github.com> | 2024-02-17 23:34:58 +0000 |
---|---|---|
committer | Fudgerboy <91767657+Fudgerboy@users.noreply.github.com> | 2024-02-17 23:34:58 +0000 |
commit | 337b5915e7092d6479004ae4771297aa4555cb14 (patch) | |
tree | f753cfc375cd72b5435fc77fa8bf8f8c6bb06a5f /wk3/lab/bubble.c | |
parent | 8c2a6725d4dd95398da287d54bde6b4ef08f8688 (diff) |
Sat, Feb 17, 2024, 3:34 PM -08:00
Diffstat (limited to 'wk3/lab/bubble.c')
-rw-r--r-- | wk3/lab/bubble.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/wk3/lab/bubble.c b/wk3/lab/bubble.c index 6d6c5bb..2fceb37 100644 --- a/wk3/lab/bubble.c +++ b/wk3/lab/bubble.c @@ -15,5 +15,5 @@ int main(void) { repeat until completely sorted worst sorting method - O(n) + O(n^2) */ |