summaryrefslogtreecommitdiff
path: root/04-08.md
diff options
context:
space:
mode:
authorLouie S <lshprung@yahoo.com>2020-04-09 11:44:54 -0700
committerLouie S <lshprung@yahoo.com>2020-04-09 11:44:54 -0700
commit5b667ae6912559a326ef580a681cc805f556fcaf (patch)
treec4aef9144fe6612e001f0369f7567cf15a8a7b32 /04-08.md
parent9108cea7954093975074ccec4796fddad0554b79 (diff)
Post-class 04/10
Diffstat (limited to '04-08.md')
-rw-r--r--04-08.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/04-08.md b/04-08.md
index e4c4111..a39e9e5 100644
--- a/04-08.md
+++ b/04-08.md
@@ -180,3 +180,7 @@ for(i=1; i<=n; i++){
- x = (n-1)+(n-2)+...+2+1+0
- 2x = (n-1)\*n -> x = ((n-1)\*n)/2
- O(x) = O(((n-1)\*n)/2) -> O(n^2)
+
+---
+
+[04/10 ->](04-10.md)