码迷,mamicode.com
首页 >  
搜索关键字:largest rectangular    ( 1806个结果
【LeetCode 221】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 matr...
分类:其他好文   时间:2015-06-22 20:40:25    阅读次数:128
poj3254 Corn Fields
Description Farmer John has purchased a lush new rectangular pasture composed of M by N (1 ≤ M ≤ 12; 1 ≤ N ≤ 12) square parcels. He wants to grow some yummy corn for the cows on a number of squares...
分类:其他好文   时间:2015-06-21 14:33:04    阅读次数:155
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-06-19 00:02:50    阅读次数:170
Leetcode题解(8):L179/Largest Number
L179:Largest Number   Given a list of non negative integers, arrange them such that they form the largest number.  For example, given [3, 30, 34, 5, 9], the largest formed number is 9534330.  Note: Th...
分类:其他好文   时间:2015-06-17 21:37:46    阅读次数:102
221. 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 matr...
分类:其他好文   时间:2015-06-17 08:13:14    阅读次数:112
Largest Number
Given a list of non negative integers, arrange them such that they form the largest number.For example, given[3, 30, 34, 5, 9], the largest formed num...
分类:其他好文   时间:2015-06-17 07:08:55    阅读次数:97
UVa 572 - Oil Deposits【图DFS】
Oil Deposits 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 grid...
分类:其他好文   时间:2015-06-16 23:06:33    阅读次数:311
【LeetCode 215】Kth Largest Element in an Array
Find thekth largest element in an unsorted array. Note that it is the kth largest element in the sorted order, not the kth distinct element.For exampl...
分类:其他好文   时间:2015-06-16 14:43:22    阅读次数:161
Java for LeetCode 221 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 matr...
分类:编程语言   时间:2015-06-15 18:34:55    阅读次数:1218
Find ith largest array in an array
Find the ith largest item in an array
分类:其他好文   时间:2015-06-15 10:54:59    阅读次数:110
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!