An open API service indexing awesome lists of open source software.

https://github.com/anicusan/fillit


https://github.com/anicusan/fillit

Last synced: 2 months ago
JSON representation

Awesome Lists containing this project

README

        

# Fillit

Team Project. Algorithm to find the smallest square built using a list of given tetriminos (tetris figures).

\+ Error checking.

- Program and data structure designing.
- Bloody Norme respecting: No global variables, maximum 25 lines/function, maximum 5 functions/file, only heap-allocated memory, special naming of structs and more rules. Many more.