Typo fix
This commit is contained in:
parent
69bcc4224d
commit
6973081a7d
1 changed files with 1 additions and 1 deletions
|
|
@ -478,7 +478,7 @@ the maximum sum of a subarray that ends at that position.
|
||||||
After this, the answer for the problem is the
|
After this, the answer for the problem is the
|
||||||
maximum of those sums.
|
maximum of those sums.
|
||||||
|
|
||||||
Condider the subproblem of finding the maximum-sum subarray
|
Consider the subproblem of finding the maximum-sum subarray
|
||||||
that ends at position $k$.
|
that ends at position $k$.
|
||||||
There are two possibilities:
|
There are two possibilities:
|
||||||
\begin{enumerate}
|
\begin{enumerate}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue