/Fillit

A program that takes a list of Tetriminos, and arranges them in the smallest possible square

Primary LanguageC

Fillit

Form the smallest possible square from a list of tetriminos.

This code complies with the 42 school norm

Compiling

Run make command and an executable called fillit should be created.

Usage

./fillit [file]

Example

./fillit test_file

ABBBB.
ACCCEE
AFFCEE
A.FFGG
HHHDDG
.HDD.G

Subject

init.en.pdf is the task file.