Given a matrix, find the minimal path sum from the top left to the bottom right corner.

Now you can move up, right & down.

Show the path using linear indices.

Solution Stats

51 Solutions

9 Solvers

Last Solution submitted on Apr 09, 2023

Last 200 Solutions

Solution Comments

Show comments
Loading...