Topic: Dynamic Programming Problem / Level: intermediate

Problem: Solve the "Maximum Path Sum in a Triangle" problem where you find the maximum sum path from top to bottom of a triangle using dynamic programming.

Run the code to see the output here...