Topic: Dynamic Programming Problem / Level: beginner

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

Run the code to see the output here...