Topic: Dynamic Programming Problem / Level: intermediate

Problem: Solve the "Burst Balloons III" problem where you maximize the points obtained by bursting balloons with specific values using dynamic programming.

Run the code to see the output here...