...

/

Challenge 11: Maximum Sum Sublist

Challenge 11: Maximum Sum Sublist

Try to solve the Maximum Sublist problem.

Statement

Given an unsorted list nums, find the sum of the maximum sum sublist. The maximum sum sublist is a list of contiguous elements in nums for which the sum of the elements is maximum.

Constraints:

  • 11 \leq ...