CSU 1503: 点到圆弧的距离(计算几何)...
分类:
其他好文 时间:
2014-12-06 21:33:06
阅读次数:
316
CSU 1507: 超大型LED显示屏(数学啊)...
分类:
其他好文 时间:
2014-12-06 19:31:59
阅读次数:
272
CSU 1511: 残缺的棋盘(BFS啊 )...
分类:
其他好文 时间:
2014-12-06 19:31:27
阅读次数:
190
Maximal RectangleGiven a 2D binary matrix filled with 0's and 1's, find the largest rectangle containing all ones and return its area.如果用DP来做,判断(begin...
分类:
其他好文 时间:
2014-12-06 16:44:58
阅读次数:
166
Largest Rectangle in HistogramGivennnon-negative integers representing the histogram's bar height where the width of each bar is 1, find the area of l...
分类:
其他好文 时间:
2014-12-06 16:39:46
阅读次数:
139
Given a 2D binary matrix filled with 0's and 1's, find the largest rectangle containing all ones and return its area.public class Solution { public...
分类:
其他好文 时间:
2014-12-03 22:43:28
阅读次数:
191