码迷,mamicode.com
首页 >  
搜索关键字:largest    ( 1413个结果
53. 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, ...
分类:其他好文   时间:2017-10-14 21:03:21    阅读次数:170
maxSubArray
Description: Find the contiguous subarray within an array (containing at least one number) which has the largest sum. For example, given the array [-2 ...
分类:其他好文   时间:2017-10-13 23:41:59    阅读次数:243
[LeetCode] Largest Palindrome Product 最大回文串乘积
Find the largest palindrome made from the product of two n-digit numbers. Since the result could be very large, you should return the largest palindro ...
分类:其他好文   时间:2017-10-10 13:16:58    阅读次数:132
leetcode 85. Maximal Rectangle
link Given a 2D binary matrix filled with 0's and 1's, find the largest rectangle containing only 1's and return its area. For example, given the foll ...
分类:其他好文   时间:2017-10-09 23:56:44    阅读次数:120
179 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 n ...
分类:其他好文   时间:2017-10-09 09:56:26    阅读次数:113
HD-ACM算法专攻系列(18)——Largest prime factor
题目描述: 源码: 需要注意,若使用cin,cout输入输出,会超时。 ...
分类:编程语言   时间:2017-10-07 17:31:27    阅读次数:214
215. Kth Largest Element in an Array
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 ...
分类:其他好文   时间:2017-10-06 18:04:39    阅读次数:145
leetcode 84. Largest Rectangle in Histogram
link 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 ...
分类:其他好文   时间:2017-10-05 23:10:06    阅读次数:238
LeetCode Largest Divisible Subset
原题链接在这里:https://leetcode.com/problems/largest-divisible-subset/description/ 题目: Given a set of distinct positive integers, find the largest subset suc ...
分类:其他好文   时间:2017-10-02 12:40:42    阅读次数:127
[Leetcode] 221. Maximal Square
Given a 2D binary matrix filled with 0's and 1's, find the largest square containing only 1's and return its area. For example, given the following ma ...
分类:其他好文   时间:2017-10-01 21:09:40    阅读次数:107
1413条   上一页 1 ... 33 34 35 36 37 ... 142 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!