码迷,mamicode.com
首页 >  
搜索关键字:largest rectangular    ( 1806个结果
HDU_1506_Largest Rectangle in a Histogram_dp
Largest Rectangle in a HistogramTime Limit: 2000/1000 MS (Java/Others)Memory Limit: 65536/32768 K (Java/Others)Total Submission(s): 14177Accepted Subm...
分类:其他好文   时间:2015-08-06 13:14:41    阅读次数:93
POJ 3254. Corn Fields 状态压缩DP (入门级)
Corn FieldsTime Limit:2000MSMemory Limit:65536KTotal Submissions:9806Accepted:5185DescriptionFarmer John has purchased a lush new rectangular pasture ...
分类:其他好文   时间:2015-08-06 01:51:40    阅读次数:215
LeetCode221——Maximal Square
Given a 2D binary matrix filled with 0's and 1's, find the largest square containing all 1's and return its area. For example, given the following matrix: 1 0 1 0 0 1 0 1 1 1 1 1 1 1 1 1 0 0 1 0 ...
分类:其他好文   时间:2015-08-06 00:34:07    阅读次数:100
ZOJ 1671 --Walking Ant【BFS】
Walking Ant Time Limit: 2 Seconds      Memory Limit: 65536 KB Ants are quite diligent. They sometimes build their nests beneath flagstones. Here, an ant is walking in a rectangular area tiled w...
分类:其他好文   时间:2015-08-06 00:28:16    阅读次数:111
广度搜索(2)
DescriptionThe GeoSurvComp geologic survey company is responsible for detecting underground oil deposits. GeoSurvComp works with one large rectangular...
分类:其他好文   时间:2015-08-05 21:44:06    阅读次数:100
广度搜索
DescriptionThere is a rectangular room, covered with square tiles. Each tile is colored either red or black. A man is standing on a black tile. From a...
分类:其他好文   时间:2015-08-05 20:16:59    阅读次数:128
2136 Largest prime factor(打表)
Problem DescriptionEverybody knows any number can be combined by the prime number.Now, your task is telling me what position of the largest prime fact...
分类:其他好文   时间:2015-08-05 20:03:57    阅读次数:128
LeetCode:Largest Rectangle in Histogram(update)
Given n non-negative integers representing the histogram's bar height where the width of each bar is 1, find the area of largest rectangle in the hist...
分类:其他好文   时间:2015-08-05 17:50:54    阅读次数:115
LeetCode#53 Maximum Subarray
Problem Difinition:Find the contiguous subarray within an array (containing at least one number) which has the largest sum. For example, given the arr...
分类:其他好文   时间:2015-08-05 00:39:34    阅读次数:144
hdu1241(Oil Deposits)
Problem Description The GeoSurvComp geologic survey company is responsible for detecting underground oil deposits. GeoSurvComp works with one large rectangular region of land at a time, and creates a...
分类:其他好文   时间:2015-08-04 23:05:12    阅读次数:197
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!