搜索资源列表
lintcode(easy)
- lintcode题解(容易部分,截至日期20151013)-lintcode solutions
LintCode-master
- 包含leetcode上大部分题目的源代码 java语言编写(Contains most of the topics on the leetcode source code, Java language)
lintcodebook
- lintcode部分题解。。。1000多页,非常详细。。(solutions to lintcode problems)
最大矩阵(最终)
- 给定一个二维矩阵,权值为 False(0)和 True(1)。要求找到一个大的矩形,使得里 面的值全部为 True,输出所有满足条件的子矩阵的起始/终止行/列号、面积。(Given a two-dimensional matrix, the weights are False (0) and True (1). It is required to find a large rectangle, so that the value inside is all True, and the start