Skip to content

Latest commit

 

History

History
22 lines (17 loc) · 538 Bytes

README.md

File metadata and controls

22 lines (17 loc) · 538 Bytes

FILLIT

Build Status

Group project with Sami Chaaban. Combine 26 tetriminos in the smallest square possible.

Note:

If you are running linux, you can replace clang by gcc in the Makefile CC variable

Run:

make
./fillit testfile

You can replace testfile with any file you like.

TODO:

  • Add comments to the code
  • Note on the algorithm complexity(README)
  • Script to generate random test files