Topic: Dynamic Programming Problem / Level: intermediate

Problem: Solve the "Maximum Value of Coins in a Triangle Grid" problem where you collect the maximum number of coins while traversing a triangular grid using dynamic programming.

Run the code to see the output here...