Topic: Dynamic Programming Problem / Level: intermediate

Problem: Compute the number of ways to fill a 2D grid with 1x1 and 1x2 tiles using dynamic programming.

Run the code to see the output here...