Beefy Boxes and Bandwidth Generously Provided by pair Networks
laziness, impatience, and hubris
 
PerlMonks  

Re^3: Largest Sum of Consecutive Integers (abstraction)

by johnnywang (Priest)
on Aug 31, 2006 at 17:53 UTC ( [id://570652]=note: print w/replies, xml ) Need Help??


in reply to Re^2: Largest Sum of Consecutive Integers (abstraction)
in thread Largest Sum of Consecutive Integers

Another observation is that you can always add the consecutive postive or negative numbers together, so you only need to deal with the case when the sequence is alternating, +-+-+-+-...+. That may simplify the logic. But tilly's solution is certainly elegant, the only "drawback" is that it's not symmetric, would be more beautiful if it went from both ends.
  • Comment on Re^3: Largest Sum of Consecutive Integers (abstraction)

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://570652]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others chilling in the Monastery: (4)
As of 2024-04-25 16:43 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found