in reply to Re: Largest Sum of Consecutive Integers
in thread Largest Sum of Consecutive Integers

Optimization. If you can choose to do a number of tasks, each with a certain profit, and you can choose which point you start and end at, find the start and stop points that will optimize your profit.

--MidLifeXis

  • Comment on Re^2: Largest Sum of Consecutive Integers