Topic: Dynamic Programming Problem / Level: intermediate

Problem: Solve the "Longest Increasing Path in a Matrix" problem where you can move in four directions and the value increases in each move using dynamic programming.

Run the code to see the output here...