summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFudgerboy <91767657+Fudgerboy@users.noreply.github.com>2024-02-17 23:38:36 +0000
committerFudgerboy <91767657+Fudgerboy@users.noreply.github.com>2024-02-17 23:38:36 +0000
commit8b23a33b52b432627ee004fa40b894573dee193c (patch)
tree546797274dbcefbd21dfabb1694e3d9d6bbb5dda
parent337b5915e7092d6479004ae4771297aa4555cb14 (diff)
Sat, Feb 17, 2024, 3:38 PM -08:00
-rw-r--r--wk3/lab/selection.c2
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)
*/