Topic: Dynamic Programming Problem / Level: intermediate

Problem: Solve the "Shortest Path to Collect All Objects in a Weighted Grid" problem where you minimize the cost of collecting objects while navigating the grid using dynamic programming.

Run the code to see the output here...