DIY: Minimum Path Sum

Solve the interview question "Minimum Path Sum" in this lesson.

Problem statement

For this problem, you are given a 2D matrix of size m x n. The matrix is filled with positive integers, which represent the cost of going from one cell in the matrix to the next. You can ...