Typo fix
This commit is contained in:
parent
69bcc4224d
commit
6973081a7d
|
@ -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…
Reference in New Issue