码迷,mamicode.com
首页 >  
搜索关键字:subarray    ( 846个结果
[leetcode] 152 Maximum Product Subarray
问题描述: 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], the contiguous subarray [2,3] has the l...
分类:其他好文   时间:2015-01-26 19:18:05    阅读次数:145
Maximum Product Subarray
https://oj.leetcode.com/problems/maximum-product-subarray/Find the contiguous subarray within an array (containing at least one number) which has the ...
分类:其他好文   时间:2015-01-24 22:38:58    阅读次数:254
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,1,...
分类:其他好文   时间:2015-01-23 13:00:37    阅读次数:101
leetcode 【 Maximum Subarray 】python 实现
题目: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-01-22 01:43:10    阅读次数:198
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 array [2,3,-2,4], the contiguous subarray ...
分类:其他好文   时间:2015-01-20 22:13:22    阅读次数:210
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,1,?5,4], the contiguous subarray [4,?...
分类:其他好文   时间:2015-01-18 11:53:17    阅读次数:103
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[?2,1,?3,4,?1,2,1,...
分类:其他好文   时间:2015-01-15 23:20:18    阅读次数:194
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 array [2,3,-2,4], the contiguous subarray [2,3] has the largest...
分类:其他好文   时间:2015-01-15 22:12:45    阅读次数:169
[C++]LeetCode: 96 Maximum Product Subarray(动态规划)
题目: 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], the contiguous subarray [2,3] has the l...
分类:编程语言   时间:2015-01-15 13:02:10    阅读次数:229
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 [?2,1,?3,4,?1,2,1,?5,4], the contiguous subarray [4,?1,2,1] ha...
分类:其他好文   时间:2015-01-13 21:46:20    阅读次数:181
846条   上一页 1 ... 70 71 72 73 74 ... 85 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!