码迷,mamicode.com
首页 > 其他好文 > 详细

最大子序列

时间:2019-03-19 13:47:30      阅读:207      评论:0      收藏:0      [点我收藏+]

标签:use   list   ber   cal   时间   media   代码   mamicode   contains   

Maximum subarray problem

 

The maximum subarray problem is the task of finding the contiguous subarray within a one-dimensional array, a[1...n], of numbers which has the largest sum, where,

技术图片

技术图片

Example

The list usually contains both positive and negative numbers along with 0. For example, for the array of values −2, 1, −3, 4, −1, 2, 1, −5, 4 the contiguous subarray with the largest sum is 4, −1, 2, 1, with sum 6.

代码如下:

技术图片

时间复杂度O(n)

最大子序列

标签:use   list   ber   cal   时间   media   代码   mamicode   contains   

原文地址:https://www.cnblogs.com/Archer-Fang/p/10558046.html

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