Quoted By:
Task:
By starting at the top of the triangle and moving to adjacent numbers on the row below, the maximum total from top to bottom is 27.
5[/code]
9 6
4 6 8
0 7 1 5
[code]Write a program in a language of your choice to find the maximum total from top to bottom in triangle.txt (http://pastebin.com/T1vmb370), a text file containing a triangle with 100 rows
Posting a sample solution in 30 minutes