Topic: Dynamic Programming Problem / Level: intermediate

Problem: Compute the number of ways to fill a grid of size m x n with 1x1, 1x2, and 2x1 tiles using dynamic programming.

Run the code to see the output here...