Topic: Dynamic Programming Problem / Level: beginner

Problem: Find the number of ways to tile a 2 x n grid using 2 x 1 tiles.

Run the code to see the output here...