Topic: Dynamic Programming Problem / Level: intermediate

Problem: Solve the "Maximum Sum of Non-Adjacent Numbers" problem where you select non-adjacent numbers from a 2D grid to maximize the sum using dynamic programming.

Run the code to see the output here...