
LeetCode 最优子结构
文章平均质量分 81
BoomHusky
计算机专业硕士,希望自己的实力能够更强
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
LeetCode | 761. Special Binary String 最优子结构难题
Special binary strings are binary strings with the following twoproperties:· The number of 0's is equal to the number of 1's.· Every prefix of the binary string has at least as many 1's as 0's.G原创 2018-01-31 19:26:01 · 1263 阅读 · 0 评论 -
LeetCode | 407. Trapping Rain Water II矩阵存水难题算法
Givenan m x n matrix of positive integers representing the height of eachunit cell in a 2D elevation map, compute the volume of water it is able to trapafter raining.Note:Both m and n are less原创 2018-02-02 12:57:47 · 577 阅读 · 0 评论