Topic: Dynamic Programming Problem / Level: advanced

Problem: Compute the "Longest Increasing Subsequence in a Matrix with Obstacles and Time-Varying Costs" using dynamic programming.

Run the code to see the output here...