summaryrefslogtreecommitdiff
path: root/wk3/lab/bubble.c
diff options
context:
space:
mode:
Diffstat (limited to 'wk3/lab/bubble.c')
-rw-r--r--wk3/lab/bubble.c2
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)
*/