码迷,mamicode.com
首页 >  
搜索关键字:largest    ( 1413个结果
leetcode Largest Number python
Largest NumberGiven a list of non negative integers, arrange them such that they form the largest number.For example, given[3, 30, 34, 5, 9], the larg...
分类:编程语言   时间:2015-06-14 08:12:00    阅读次数:154
LeetCode之“动态规划”:Maximum Product Subarray
题目链接 题目要求: Find the contiguous subarray within an array (containing at least one number) which has the largest product. For example, given the ar...
分类:其他好文   时间:2015-06-12 11:29:03    阅读次数:100
LeetCode之“动态规划”:Maximum Subarray
题目链接 题目要求: Find the contiguous subarray within an array (containing at least one number) which has the largest sum. For example, given the array[...
分类:其他好文   时间:2015-06-11 21:13:17    阅读次数:105
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 number is 9534330.Note: The result may be very large,...
分类:其他好文   时间:2015-06-11 13:00:44    阅读次数:109
[LintCode] Maximum Subarray III
Maximum Subarray IIIGiven an array of integers and a numberk, find knon-overlappingsubarrays which have the largest sum.The number in each subarray sh...
分类:其他好文   时间:2015-06-10 19:19:20    阅读次数:170
Java for LeetCode 215 Kth Largest Element in an Array【Coming Soon】
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 examp...
分类:编程语言   时间:2015-06-09 23:30:58    阅读次数:237
No.179 Largest Number
No.179 Largest NumberGiven a list of non negative integers, arrange them such that they form the largest number.For example, given[3, 30, 34, 5, 9], t...
分类:其他好文   时间:2015-06-09 23:18:19    阅读次数:122
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 ...
分类:其他好文   时间:2015-06-09 21:20:57    阅读次数:76
[LeetCode] Largest Number
Well, this problem is designed for radix sort. For more information about radix sort, Introduction to Algorithms, 3rd edition has some nice examples.H...
分类:其他好文   时间:2015-06-09 19:48:48    阅读次数:120
POJ1226:Substrings(后缀数组)
Description You are given a number of case-sensitive strings of alphabetic characters, find the largest string X, such that either X, or its inverse can be found as a substring of any of the given ...
分类:编程语言   时间:2015-06-08 15:03:25    阅读次数:125
1413条   上一页 1 ... 89 90 91 92 93 ... 142 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!