Topic: Dynamic Programming Problem / Level: intermediate

Problem: Solve the "Longest Increasing Path in a Matrix" problem where each move can only go to a strictly greater number using dynamic programming.

Run the code to see the output here...