Skip to content

Latest commit

 

History

History
2 lines (2 loc) · 319 Bytes

File metadata and controls

2 lines (2 loc) · 319 Bytes

Problem: You are given a grid of size n×2 and n tiles of size 2×1. In how many different ways can you tile the grid such that the entire grid is covered and no tiles overlap. (The tiles look identical to each other. Two ways of tiling are different based on whether the tiles are placed horizontally or vertically).