https://github.com/anicusan/fillit
https://github.com/anicusan/fillit
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/anicusan/fillit
- Owner: anicusan
- License: mit
- Created: 2017-04-27T12:51:00.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2017-04-27T13:45:22.000Z (about 8 years ago)
- Last Synced: 2024-12-27T06:12:55.429Z (4 months ago)
- Language: C
- Size: 7.81 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.