Jump to content

Greatest subsequential sum: Difference between revisions

m
added whitespace before the TOC.
m (added whitespace before the TOC.)
Line 1:
{{task}}[[Category:Arithmetic operations]]
Given a sequence of integers, find a continuous subsequence which maximizes the sum of its elements, that is, the elements of no other single subsequence add up to a value larger than this one. <br>
 
An empty subsequence is considered to have the sum 0; thus if all elements are negative, the result must be the empty sequence.
<br><br>
 
=={{header|Ada}}==
Cookies help us deliver our services. By using our services, you agree to our use of cookies.