Introduction - If you have any usage issues, please Google them yourself
Sequence and the largest Method, c++ code, sub-optimal and optimal implementation, sub-optimal algorithm MaxSubsequenceSum3 recursively O (Nlog (N)), optimal algorithm MaxSubsequenceSum4 is an online algorithm, O (N)