Skip to content

Fillit is a project that let you discover and/or familiarize yourself with a recurring problematic in programming: searching the optimal solution among a huge set of possi- bilities, in a respectable timing.

Notifications You must be signed in to change notification settings

IsadoraRebelo/Fillit

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Summary:

This is the story of a piece of Tetris, one little square and a dev walk into a bar...

Introduction:

Fillit is a project that let you discover and/or familiarize yourself with a recurring problematic in programming: searching the optimal solution among a huge set of possibilities, in a respectable timing. In this particular project, you will have to find a way to assemble a given Tetriminos set altogether in the smallest possible square.

A Tetriminos is a 4-blocks geometric figure you probably already heard of, thanks to the popular game Tetris.

General Considerations:

  • The third project of Codam (42 Network School), the full PDF can be found in this repository.
  • First group project (two persons).
  • Makefile commands:
make
make re
make clean
make fclean
  • Usage:
./fillit tetriminofile

You will find in this repository two tests.

About

Fillit is a project that let you discover and/or familiarize yourself with a recurring problematic in programming: searching the optimal solution among a huge set of possi- bilities, in a respectable timing.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published