Topic: Dynamic Programming Problem / Level: intermediate

Problem: Compute the number of ways to tile a 7xN board using L-shaped trominoes and dominoes using dynamic programming.

Run the code to see the output here...