Skip to content

Files

Latest commit

09d8963 · Oct 22, 2018

History

History
This branch is up to date with matthewsamuel95/ACM-ICPC-Algorithms:master.

Tiling Problem

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
Oct 22, 2018
Oct 19, 2018

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).