码迷,mamicode.com
首页 >  
搜索关键字:largest rectangular    ( 1806个结果
Maximum Subarray | & ||
Maximum Subarray Given an array of integers, find a contiguous subarray which has the largest sum. Notice The subarray should contain at least one num ...
分类:其他好文   时间:2016-07-06 11:54:26    阅读次数:242
geeksforgeeks@ Largest Number formed from an Array
http://www.practice.geeksforgeeks.org/problem-page.php?pid=380 Largest Number formed from an Array Given a list of non negative integers, arrange them ...
分类:其他好文   时间:2016-07-06 09:53:26    阅读次数:195
PAT (Advanced Level) 1094. The Largest Generation (25)
简单DFS。 ...
分类:其他好文   时间:2016-07-04 22:02:13    阅读次数:237
215. Kth Largest Element in an Array java solutions
Find the kth largest element in an unsorted array. Note that it is the kth largest element in the sorted order, not the kth distinct element. For exam ...
分类:编程语言   时间:2016-07-04 17:07:45    阅读次数:140
152. Maximum Product Subarray java solutions
Find the contiguous subarray within an array (containing at least one number) which has the largest product. For example, given the array [2,3,-2,4],t ...
分类:编程语言   时间:2016-07-03 21:15:16    阅读次数:176
Maximum Subarray II
Given an array of integers, find two non-overlapping subarrays which have the largest sum. The number in each subarray should be contiguous. Return th ...
分类:其他好文   时间:2016-07-02 17:33:10    阅读次数:137
Maximum Subarray III
Given an array of integers and a number k, find k non-overlapping subarrays which have the largest sum. The number in each subarray should be contiguo ...
分类:其他好文   时间:2016-07-02 17:30:12    阅读次数:162
221. Maximal Square java solutions
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 mat ...
分类:编程语言   时间:2016-07-02 15:49:17    阅读次数:141
ACdream 1429 Rectangular Polygon
Rectangular Polygon Time Limit: 1000MS Memory Limit: 256000KB 64bit IO Format: %lld & %llu Description A rectangular polygon is a polygon whose edges ...
分类:其他好文   时间:2016-07-01 22:53:10    阅读次数:234
Maximum Product Subarray
Find the contiguous subarray within an array (containing at least one number) which has the largest product. Example For example, given the array [2,3 ...
分类:其他好文   时间:2016-07-01 06:45:49    阅读次数:307
1806条   上一页 1 ... 74 75 76 77 78 ... 181 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!