Topic: Dynamic Programming Problem / Level: beginner

Problem: Compute the number of distinct ways to tile a 2xN grid using 2x1 dominoes and 1x1 tiles.

Run the code to see the output here...