Skip to content

Commit

Permalink
Update 2-3.md
Browse files Browse the repository at this point in the history
replace i-the with i-th in c's answer.
  • Loading branch information
daeseokyoun authored and walkccc committed Aug 8, 2019
1 parent 1bfad33 commit 11e2993
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/Chap02/Problems/2-3.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ The running time is $\Theta(n^2)$, because of the nested loop. It is obviously s
**c.** **Initialization:** It is pretty trivial, since the summation has no terms which implies $y = 0$.
**Maintenance:** By using the loop invariant, in the end of the $i$-the iteration, we have
**Maintenance:** By using the loop invariant, in the end of the $i$-th iteration, we have
$$
\begin{aligned}
Expand Down

0 comments on commit 11e2993

Please sign in to comment.