Euler Challenge 67
01 Oct 2014I ran into this interesting problem which asks to start at the top of a triangle of numbers and moving to the adjacent numbers below find the maximum total sum. They then give you a text file to parse and find the total maximum sume.
Here is my solution.