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

[LintCode] Continuous Subarray Sum 连续子数组之和

时间:2016-08-31 00:35:49      阅读:223      评论:0      收藏:0      [点我收藏+]

标签:

 

Given an integer array, find a continuous subarray where the sum of numbers is the biggest. Your code should return the index of the first number and the index of the last number. (If their are duplicate answer, return anyone)

 
Example

Give [-3, 1, 3, -3, 4], return [1,4].

 

[LintCode] Continuous Subarray Sum 连续子数组之和

标签:

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

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