188 skills found · Page 7 of 7
nasrat-v / Maze Generator SolverKruskal maze generator & Backtracking mazer solver
uab-projects / CrosswordProject to learn and understand backtracking algorithms with the goal to solve a crossword puzzle
RyanMasson / Robotic PlanningEnabling a robot to map an unknown maze (backtracking spiral algorithm) and plan a path through the maze (wavefront propagation algorithm)
Sai-Chakradhar-Mahendrakar / Sudoku SolverAlgorithm Based Project using backtracking.
OrionJoshi / Backtracking Sudoku SolverSudoku Solver using Backtracking algorithm
ParvinEyvazov / Sudoku AIsudoku solver with Artificial Intelligence algorithms (CSP and Backtracking)
HxnDev / Exam Schedling Using Backtracking AlgorithmBacktracking is a general algorithm for finding solutions to some computational problems, notably constraint satisfaction problems, that incrementally builds candidates to the solutions, and abandons a candidate as soon as it determines that the candidate cannot possibly be completed to a valid solution.
farhanfuad35 / SchedulerA constraint satisfying scheduling web app implemented using Backtracking Algorithm
YashIndane / Aws Textract Sudoku Solverscan and solve sudoku with AWS textract and backtracking algorithm!
debanjan-2002 / Sudoku SolverSudoku Solver is an algorithmic project based on Backtracking Algorithm. This projects shows a visual representation of the working of backtracking algorithm which is used to solve a Sudoku Puzzle.
fletcherw / Sudoku SolverA java based sudoku solver using recursive backtracking and some simple solution algorithms.
lipry / NqueenAssembly MIPS implementation of a backtracking algorithm to find all N queen problem solution.
caerwynj / Limbo TaocpAlgorithms from The Art of Computer Programming in Limbo programming language. Exact cover with colors. N-queens. Backtracking.
honzabrecka / Sudoku CAs fast as possible sudoku solver and generator using the backtracking algorithm. It's a native node.js extension written in C.
shamim-akhtar / Tutorial MazeThis repository comprises the source codes for the tutorial to implement mazes in Unity2D by applying the backtracking algorithm with an explicit stack.
danieldotwav / DLX Sudoku Puzzle SolverThis project is a comprehensive implementation of Donald Knuth's Dancing Links Algorithm to solve Sudoku puzzles. It features a robust, menu-driven C++ application and a sleek, fully functional web-based solver.
AlexSantini10 / Maze GeneratorInteractive maze generator implemented in JavaScript using p5.js, visualizing maze construction through a depth-first search recursive backtracker algorithm.
santicr / Competitive ProgrammingAll my solutions of Competitive Programming problems. Platforms like UVa, HackerRank, Google, LeetCode and CodeForces. Some solutions are written in C++, C, Java and Python. Including algorithms of Dynamic Programming, Backtracking, Data Structure, Graphs and Trees, and much more.
Kugman / LinkedIn Games Helper🛠️ Chrome Extension for automatic solving of daily LinkedIn games! Includes Queens 👑, Tango ☀️, Zip 🐍, and Mini Sudoku 🔢. The code leverages advanced Backtracking algorithms and DOM Manipulation for reliable solutions. A complete, easy-to-install tool. High leaderboard profile guaranteed!
N7K5 / Amazing MazeA Simple Java script Based Maze game...