https://oj.leetcode.com/problems/minimum-path-sum/
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.
'풀어본 Algorithm 문제 정리' 카테고리의 다른 글
[OJ.leetcode] jump-game-ii (0) | 2014.07.22 |
---|---|
[OJ.leetcode] minimum-depth-of-binary-tree (0) | 2014.07.22 |
[OJ.leetcode] reverse-nodes-in-k-group (0) | 2014.07.17 |
[OJ.leetcode] same-tree (0) | 2014.07.15 |
[OJ.leetcode] remove-nth-node-from-end-of-list (0) | 2014.07.15 |