Group project with Sami Chaaban. Combine 26 tetriminos in the smallest square possible.
If you are running linux, you can replace clang by gcc in the Makefile CC variable
make
./fillit testfile
You can replace testfile with any file you like.
- Add comments to the code
- Note on the algorithm complexity(README)
- Script to generate random test files