summaryrefslogtreecommitdiff
path: root/wk3/lab/selection.c
diff options
context:
space:
mode:
authorFudgerboy <91767657+Fudgerboy@users.noreply.github.com>2024-02-17 23:46:58 +0000
committerFudgerboy <91767657+Fudgerboy@users.noreply.github.com>2024-02-17 23:46:58 +0000
commitaea44a08f7853d7aab4a8e457397acc9ed5b57ac (patch)
tree1bf472e0fb88e9ae90f9c063e419a77cb11bb3f0 /wk3/lab/selection.c
parentb8380334c2530eac036a4e700007583504d713e4 (diff)
Sat, Feb 17, 2024, 3:46 PM -08:00
Diffstat (limited to 'wk3/lab/selection.c')
-rw-r--r--wk3/lab/selection.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/wk3/lab/selection.c b/wk3/lab/selection.c
index 8d6ca8b..c6887b5 100644
--- a/wk3/lab/selection.c
+++ b/wk3/lab/selection.c
@@ -30,5 +30,6 @@ int main(void) {
repeat
O(n^2)
+ Q(n^2) Omega
0(n^2)
*/