diff options
author | Fudgerboy <91767657+Fudgerboy@users.noreply.github.com> | 2024-02-17 23:38:36 +0000 |
---|---|---|
committer | Fudgerboy <91767657+Fudgerboy@users.noreply.github.com> | 2024-02-17 23:38:36 +0000 |
commit | 8b23a33b52b432627ee004fa40b894573dee193c (patch) | |
tree | 546797274dbcefbd21dfabb1694e3d9d6bbb5dda /wk3/lab/selection.c | |
parent | 337b5915e7092d6479004ae4771297aa4555cb14 (diff) |
Sat, Feb 17, 2024, 3:38 PM -08:00
Diffstat (limited to 'wk3/lab/selection.c')
-rw-r--r-- | wk3/lab/selection.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/wk3/lab/selection.c b/wk3/lab/selection.c index d740b59..b1adc8f 100644 --- a/wk3/lab/selection.c +++ b/wk3/lab/selection.c @@ -29,5 +29,5 @@ int main(void) { swap the 1st value and the smallest value repeat - O(n) + O(n^2) */ |