188 skills found · Page 5 of 7
Stonebank / SudokuSolverNo description available
diguage / LeetcodeLeetCode
tejasmorkar / Sudoku SolverAlgorithm for solving Sudoku Puzzles using Backtracking Algorithm
Gubbu77 / Sudoku Solver PythonSudoku Solver using Backtracking algorithm Python
arielfayol37 / CrosswordAI that generates crosswords puzzles using Backtracking Search algorithm.
catseye / Backtracking Wang TilerMIRROR of https://codeberg.org/catseye/Backtracking-Wang-Tiler : A backtracking algorithm for tiling the plane with Wang tiles
amirkabiri / N Queens SimulatorN-Queens problem simulator with backtracking and genetic algorithm using javascript
AmirAbdollahi / Knight TourThis repository provides a C# solution to the classic Knight's Tour problem using the backtracking algorithm. It supports customizable chessboard sizes and starting positions, offering a practical example of recursion and backtracking in problem-solving.
esyywar / Sudoku Solve GUIWin32 developed GUI to solve sudoku puzzles in real-time. Visualize the puzzle being solved by a depth-first-search backtracking algorithm.
V1VEK-Y4DAV / V1SUDOKU SOLVERThe Sudoku Solver is a web-based application built with HTML, CSS, and JavaScript. It allows users to solve puzzles instantly using a backtracking algorithm or play interactively with timer, difficulty levels, error highlighting, and responsive design.
saurabhkemekar / PuzzleThis Repository contains the programming assignment for python course during second year of my undergraduate degree
sozelfist / Python FundamentalsA solid, comprehensive foundation on data structures and algorithms in Python
BenJeau / JavaFX SudokuSudoku game with JavaFX while creating Sudoku board using a backtracking recursive algorithm
TingZhou1208 / MMONBSAA Niching Backtracking Search Algorithm with Adaptive Local Search for Multimodal Multiobjective Optimization
imjayanti / Backtracking Search Optimization AlgorithmA C++ program to realize the Backtracking Search Algorithm (BSA) strategy to generate trial population and thus solve the 6 boundary-constrained benchmark problems with optimization.
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
ishpreet-singh / SudokuDesign a Sudoku in python and its solution using Backtracking Algorithm
Ubaid01 / Algo VisualizerThis repository contains code to our QT C++ DSA project "Algorithm Visualizer" which is an interactive application designed to help users visualize and learn algorithms in an intuitive way. It offers step-by-step animations for sorting,backtracking and tree algorithms.
parkervg / Grammar GuideSpeculative grammar backtracking algorithm for LLM decoding conforming to some lark context-free grammar (CFG)