Skip to content

A program that find the smallest possible square to fill tetriminos.

Notifications You must be signed in to change notification settings

two-number-nines/fillit

Repository files navigation

fillit

A program that find the smallest possible square to fill tetriminos.

usage

Run make to create fillit executable. As an argument, file containing tetriminos is passed and result is smallest square that fits all pieces. Each tetrimino is represented as letters to understand which piece is which.

input

Following input file consists of tetriminos to be put within a square.

alt text

output

After running

./fillit map

the output is the following square

alt text

About

A program that find the smallest possible square to fill tetriminos.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published