Back to Question

What is the optimal path to maximize rocks collected in a grid?

Question Explain

This problem requires finding a path in a 2D grid from bottom-left to top-right that maximizes a specific value, testing dynamic programming skills.

Start Trying This Question Simulation