Project Euler 67 - Maximum path sum II

Official link: https://projecteuler.net/problem=67

Thought Process

Exactly the same algorithm as Problem 18 please look there for explanation!

Interactive Code

No interactive code, simply added both of the dynamic programming algorithms at the bottom