Topic: Dynamic Programming Problem / Level: intermediate

Problem: Solve the "Dungeon Game" problem to find the minimum initial health needed to reach the end of a dungeon using dynamic programming.

Run the code to see the output here...