码迷,mamicode.com
首页 > 编程语言 > 详细

[LintCode] Maximum Subarray 最大子数组

时间:2016-12-31 08:21:30      阅读:182      评论:0      收藏:0      [点我收藏+]

标签:find   hit   最大   ons   one   data   href   str   tco   

 

Given an array of integers, find a contiguous subarray which has the largest sum.

 Notice

The subarray should contain at least one number.

Example

Given the array [−2,2,−3,4,−1,2,1,−5,3], the contiguous subarray [4,−1,2,1] has the largest sum = 6.

Challenge 

Can you do it in time complexity O(n)?

 

s

 

[LintCode] Maximum Subarray 最大子数组

标签:find   hit   最大   ons   one   data   href   str   tco   

原文地址:http://www.cnblogs.com/grandyang/p/6238721.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!