Skip to content

multisme/fillit

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Fillit

Sujet proposé en début de cursus @42

Fillit est un projet vous permettant de decouvrir et/ou de vous familiariser avec une problematique récurrente en programmation : la recherche d’une solution optimale parmi un très grand nombre de possibilités, dans un délai raisonable. Dans le cas de ce projet, il s’agira d’agencer des Tetriminos entre eux et de déterminer le plus petit carré possible pouvant les acueillir.

School project to familiarize yourself with a recurent problematic in programmation: the search of a optimal solution in a great number of possibility in a reasonable time. Here we try to create the smaller square possible that can be made with the tetriminos read in a file.

This my version of the project where i managed to lessen the amount of binary operation used to find and answer.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C 94.6%
  • Makefile 3.4%
  • C++ 1.2%
  • Python 0.8%