Maximum triangle path sum: Difference between revisions

Content deleted Content added
m added whitespace before the TOC (table of contents), added a ;Task: (bold) header.
m added whitespace to the task's preamble.
Line 14:
 
Your problem is to find the maximum total among all possible paths from the top to the bottom row of the triangle. In the little example above it's 321.
 
 
;Task: