Topic: Dynamic Programming Problem / Level: intermediate

Problem: Solve the "Longest Increasing Path in a Weighted Matrix" problem where you can move in four directions and must follow increasing weights using dynamic programming.

Run the code to see the output here...