Max sum 求相邻数最大和
Problem Description
Given a sequence a[1],a[2],a[3]......a[n], your job is to calculate the max sum of a sub-sequence.; For example, given (6,-1,5,4,-7), the max sum in this sequence is 6 + (-1) +
转载
2016-03-28 14:36:57 ·
1003 阅读 ·
0 评论