Topic: Dynamic Programming Problem / Level: intermediate

Problem: Find the number of distinct 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...