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
Corn FieldsTime Limit:2000MSMemory Limit:65536KTotal Submissions:9806Accepted:5185DescriptionFarmer John has purchased a lush new rectangular pasture ...
分类:
其他好文 时间:
2015-08-06 01:51:40
阅读次数:
215
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
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
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
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
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
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
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