码迷,mamicode.com
首页 >  
搜索关键字:largest rectangular    ( 1806个结果
Codeforces 1A&1B
1A.Theatre Square in the capital city of Berland has a rectangular shape with the size n?×?m meters. On the occasion of the city's anniversary, a deci...
分类:其他好文   时间:2015-12-26 18:33:46    阅读次数:149
ural 1145. Rope in the Labyrinth
1145. Rope in the LabyrinthTime limit: 0.5 secondMemory limit: 64 MBA labyrinth with rectangular form and sizem×nis divided into square cells with sid...
分类:其他好文   时间:2015-12-26 11:41:56    阅读次数:202
工作中常用命令
sed -n '21592,23591p' logperl -pi -e 's/str1/str2/g' logprstat -s size -n 10prstat -s cpu -n 10ls -lR | sort -bn +4 (smallest to largest)ls -lR | sort...
分类:其他好文   时间:2015-12-24 10:33:08    阅读次数:172
[LeetCode53]Maximum Subarray最大字段和
问题:Find the contiguous subarray within an array (containing at least one number) which has the largest sum.For example, given the array[?2,1,?3,4,?1,2...
分类:其他好文   时间:2015-12-23 00:30:52    阅读次数:182
[LeetCode179]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 ...
分类:其他好文   时间:2015-12-22 00:58:08    阅读次数:170
Leetcode: 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-12-19 01:26:02    阅读次数:200
Kth Largest Element in an Array
Kth Largest Element in an ArrayTotal Accepted:32668Total Submissions:109273Difficulty:MediumFind thekth largest element in an unsorted array. Note tha...
分类:其他好文   时间:2015-12-18 18:25:38    阅读次数:117
[lintcode medium]Maximum Subarray Difference
Maximum Subarray DifferenceGiven an array with integers.Find two non-overlapping subarrays A and B, which |SUM(A) - SUM(B)| is the largest.Return the ...
分类:其他好文   时间:2015-12-18 08:02:30    阅读次数:231
[lintcode medium]Maximum Subarray II
Maximum Subarray IIGiven an array of integers, find two non-overlapping subarrays which have the largest sum. The number in each subarray should be co...
分类:其他好文   时间:2015-12-18 06:53:38    阅读次数:188
hdu1506——Largest Rectangle in a Histogram
Largest Rectangle in a HistogramTime Limit: 2000/1000 MS (Java/Others)Memory Limit: 65536/32768 K (Java/Others)Total Submission(s): 12019Accepted Subm...
分类:其他好文   时间:2015-12-17 20:44:41    阅读次数:157
1806条   上一页 1 ... 88 89 90 91 92 ... 181 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!