Skip to content

Files

Latest commit

4412a28 · Dec 25, 2016

History

History

Minimum Path Sum

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
Dec 25, 2016
Dec 25, 2016

Plus One

Given a m x n grid filled with non-negative numbers, find a path from top left to bottom right which minimizes the sum of all numbers along its path.

Note: You can only move either down or right at any point in time.

Subscribe to see which companies asked this question