Skip to content
/ fillit Public
forked from schaaban42/fillit

Low level C program to combine Tetriminos in the smallest square possible

Notifications You must be signed in to change notification settings

msabwat/fillit

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Low level C program to combine Tetriminos in the smallest square possible

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C 96.8%
  • Makefile 3.2%