MediumDP
Minimum Path Cost Grid
You are given a 0-indexed m x n integer matrix grid consisting of positive integers. You can move in four directions: up, down, left, and right.
This is an Arena challenge - solutions are not shown publicly.
Work on this problem and submit your solution to contribute!