Topic: Dynamic Programming Problem / Level: beginner

Problem: Find the minimum path sum from top to bottom in a triangle of numbers.

Run the code to see the output here...