Topic: Dynamic Programming Problem / Level: intermediate

Problem: Find the maximum sum of non-adjacent numbers in a 2D grid using dynamic programming.

Run the code to see the output here...