S2 icon indicating copy to clipboard operation
S2 copied to clipboard

0053. Maximum Subarray | LeetCode Cookbook

Open halfrost opened this issue 4 years ago • 2 comments
trafficstars

https://books.halfrost.com/leetcode/ChapterFour/0001~0099/0053.Maximum-Subarray/

halfrost avatar Feb 15 '21 03:02 halfrost

这里的 dp[i] 应该是所有以 i 结尾的区间和的最大值吧

Easonsi avatar Nov 26 '21 01:11 Easonsi

这里的 dp[i] 应该是所有以 i 结尾的区间和的最大值吧

@Easonsi 是的

halfrost avatar Nov 26 '21 12:11 halfrost