4th project of the global branch at 42 --> algorithm, parcing, backtracking for a Tetris filler program
-
Updated
May 1, 2018 - C
4th project of the global branch at 42 --> algorithm, parcing, backtracking for a Tetris filler program
Maze generator/solver (backtracking implementation)
Logic puzzle solver implementing constraint satisfaction algorithms - 42 School algorithmic thinking project with backtracking and optimization
This is my own implementation of a Regular Expression engine in C based off of this video by Low Byte Productions
A fast sudoku solver implemented in C using a backtracking algorithm.
Implementation of an algorithm that has the idea of backtracking for the context of a maze
Réalisation d'un projet permettant d'agencer des Tetriminos entre eux et de déterminer le plus petit carré possible pouvant les accueillir.
This is an implementation of the Sub Set Sum Backtracking algorithm in C. The algorithm is used to find a subset of a given set of numbers that adds up to a given sum. The algorithm is implemented using backtracking.
An array is squareful if the sum of every pair of adjacent elements is a perfect square. Given an integer array nums, return the number of permutations of nums that are squareful. Two permutations perm1 and perm2 are different if there is some index i such that perm1[i] != perm2[i].
This repo contains all the programs of Design and Analysis of Algorithm (DAA) Lab [SEMESTER 4]
Trabalhos Práticos da disciplina de CCF 330 - Projeto e Análise de Algoritmos
A Simple C program to act as a example to better understant Backtracking
An introduction to different algorithmic approach
Programming labs on recursion, backtracking, combinatorics, greedy algorithms, dynamic programming, and graph algorithms.
A "playground" of backtracking programs
Program that fit given tetris pieces into the smallest square possible.
This is a promising implementation of the n-Queens problem in C. It uses a recursive backtracking algorithm to find all solutions to the n-Queens problem. It is a promising implementation because it uses a heuristic to prune the search tree. The heuristic is to only place a queen in a column if it is not in check with any other queens.
🌈The purpose is to create the smallest possible "square" with a given list of tetriminos.
Add a description, image, and links to the backtracking topic page so that developers can more easily learn about it.
To associate your repository with the backtracking topic, visit your repo's landing page and select "manage topics."