Topic: Dynamic Programming Problem / Level: intermediate

Problem: Compute the number of distinct ways to tile a 7xN board using 1x2 dominoes and 1x3 trominoes using dynamic programming.

Run the code to see the output here...