33 skills found · Page 1 of 2
keesiemeijer / Maze GeneratorCreate mazes using the recursive backtracking algorithm.
cyucelen / MazeGeneratorRecursive Backtracker Maze Generation Algorithm with C++ using ncurses
Jack92829 / Maze GenerationA depth-first search maze generation algorithm implemented with recursive backtracking
priyanka-prakash-chand / Micromouse E PuckAn extension of micro mouse on WEBOTS using the flood filled algorithm, A star, Dijkstra’s and Breadth first search algorithm for moving the E-puck robot from start to goal in an NxM sized maze whose map was unknown to the robot (mapping and path planning). Further, leveraged Error Correction for accurate turning and recursive Backtracking algorithm for Maze Generation
grimechristopher / SudokuSudoku App created in Unity. The app uses a recursive backtracking algorithm to generate puzzle solutions
Arham4 / 42 Piscine CAn overview of my work at 42 Silicon Valley's Piscine on C, including a topic overview and an explanation of the grading system.
JemWritesCode / 42 FillitAlgorithms - Fit tetris pieces into the smallest square possible using recursive backtracking.
XDoodler / AlgorithmsThis repository contains algorithms. <3
DeybisMelendez / Maze Generator GodotMaze generation with godot engine using Recursive Backtracking algorithm
arasgungore / N Puzzle SolverA C++ project which efficiently solves any given N-puzzle using backtracking on a decision tree.
cgoliver / NussinovPython implementation of Nussinov RNA folding algorithm and recursive backtrack.
diowa / AmazedAmazed is an application that creates and solves perfect mazes using the recursive backtracker algorithm
YuzhouGuo / MazeGeneration RecursiveBacktrackingThe recursive backtracking algorithm for generating small to medium size of mazes
emilwallner / Tetris A bin-packing algorithm to fit Tetris pieces into a box, using recursive backtracking.
BenJeau / JavaFX SudokuSudoku game with JavaFX while creating Sudoku board using a backtracking recursive algorithm
orifmilod / Maze GeneratorA Perfect Random Maze generator with given width and height using the "Recursive backtracking" algorithm.
MycroftCooper / UnityGridMapToolsetUnity2D, Grid Map, Pathfinding, Maze Generation, A*, JPS, Prim's Algorithm, Recursive Backtracking, Game Development, Grid-based Mechanics, Toolset, Algorithms, Unity Tools
rabestro / Awk Maze GeneratorThe AWK scripts to generate maze and find a path
ViktorKrumov / Recursive Algorithms And BacktrackingNo description available
fletcherw / Sudoku SolverA java based sudoku solver using recursive backtracking and some simple solution algorithms.