fillit
There are 62 repositories under fillit topic.
JemWritesCode/42-Fillit
Algorithms - Fit tetris pieces into the smallest square possible using recursive backtracking.
pbondoer/42-fillit
fillit @ 42 - space optimization algorithm
pbondoer/42-fillit-bitwise
fillit @ 42 - bitwise implementation
Millon15/fillit_checker
Checker for the 42 Fillit project
dzui42unit/fillit
Fillit is a project who let you discover and/or familiarize yourself with a recurring problematic in programming : searching for the optimal solution among a huge set of possibilities. In this particular project, you will be charged of creating an algorithm which fits some Tetriminos together into the smallest possible square.
ojustine/Fillit
Algorithm X dancing links solver for fillit puzzle
pvandamme/fillit
42 Algorithm Project - Tetris solver - Backtracking
42kmira/ft_fillit
A program that finds minimum board size for tetrominos.
ffoissey/fillit_42
Le but ce projet est d'agencer des Tetriminos entre eux et de determiner le plus petit carre possible pouvant les accuellir.
LexouDuck/42
The main repo for all of my files and code for the 42 school
peetuskytta/fillit_tester
Tester for the 42 School's fillit project.
abassibe/fillit
Program who sort tetriminos to find best placement (like Tetris)
akharrou/42-Project-Fillit
Bitwise Implementation of a Tetromino Board Solver.
cquillet/fillit
a program to fill the smallest square with given tetrominos (using Knuth's Algorithm X)
erikpeik/fillit-tests
Shell script for Fillit project of 42 (Hive Helsinki)
eserebry/Fillit
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.
Geoffrey42/fillit
fillit project for 42 school. This project consists in coding a tetris-like game in C.
jraleman/42_Fillit
This projects seeks in discovering and/or familiarizing a recurring problematic in programming: searching for the optimal solution among a huge set of possibilities.
jterrazz/42-fillit
Algorithmic C project for the 42 Paris School
mhjony/fillit
This was a group project in Hive. We were 2 people in our group. For this project, my contribution mostly on validation and matrix creation to setting up the valid tetros
nygymankussainov/fillit
fillit - set tetrominos in square
do8rolyuboff/fillit
Tetramino
hyechanshin/fillit
The goal of this project is to fill in a grid of empty spaces. Each valid space is represented by a dot ‘.’ character.
IsadoraRebelo/Fillit
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.
JulienMousset/Fillit
An algorithm which fits some Tetrominos together into the smallest possible square.
KatyaPrusakova/fillit
Fillit is a tetris piece solver. The solver will calculate the smallest possible square to fit the given pieces and then print the solution.
Lilili21/Fillit
Fillit
mohammadbutt/42_fillit
Designed an Algorithm in C that recursively puts tetrominoes in a smallest square possible
Rorothejedi/42_fillit
Réalisation d'un projet permettant d'agencer des Tetriminos entre eux et de déterminer le plus petit carré possible pouvant les accueillir.
TrueBadur/Fillit
Find minimal square to fit given tetraminos project for School21
alizaynoune/fillit
algorithm backtracking
pomponchik/fillit
Впихиваем тетраминки из файла в минимально возможный квадрат