Topic: Dynamic Programming Problem / Level: intermediate
Problem: Solve the "Path with Maximum Minimum Value" problem where you find the path from the top-left to the bottom-right of a grid that maximizes the minimum value along the path using dynamic programming.