sudoku-solution-finder
There are 113 repositories under sudoku-solution-finder topic.
MorvanZhou/sudoku
A simple Sudoku generator and solver. 数独生成器和解题器
komeilmehranfar/sudoku-core
A typescript Sudoku package for generating, solving (step-by-step or all), and analyzing Sudoku boards with ease. Perfect for building Sudoku games and integrating Sudoku functionality into your applications.
Kermalis/SudokuSolver
C# Sudoku solver that uses human techniques; no brute-forcing.
aakashjhawar/SolveSudoku
Extract and solve sudoku from an image using Computer Vision and Deep Learning
sfuhrm/sudoku
A very fast Java Sudoku library implementation along with a command line client
mstou/sudoku-solver
A simple sudoku solver
nguyennd97/SudokuGeneratorAndSolver
sudoku generator and solver library for Java. Can custom form of puzzle. Supported: 4x4, 5x5, 6x6, 7x7, 8x8, 9x9, 12x12, 16x16, 25x25. Please give me a star if it could help you!
firateski/SudokuLibrary
C# Sudoku library that can solve, generate and check the Sudoku puzzles.
omerfarukeker/Sudoku-Solver
Solves the user entered Sudoku boards with commonly known strategies like hidden/naked pairs, X-wing, Y-wing etc.
HemulGM/Sudoku
Sudoku
firateski/SudokuGameWindowsForms
Sudoku game, solver, and generator that created with Windows Forms using my own Sudoku library.
cocolico14/Sudoku-Solver
Using CSP algorithm with Forward Checking for solving Sudoku Puzzle
MartinGurasvili/Sudoku
This is a UI Sudoku Game And Solver that makes use of recursion and backtracking
je-suis-tm/operations-research
Python operations research applications including sudoku solver, tictactoe gaming AI
varunpatil/Sudoku-solver
Sudoku Solver
harshraj11584/fast_sudoku_solver_and_generator
Fast C++ 9X9 Sudoku Solver & Generator Program
phoemur/sudoku
Simple Sudoku Game in C++17 / Qt5
prateeksawhney97/Sudoko-Game-Backtracking
Sudoku solver webapp!
sampan-s-nayak/Sudoku-solver
sudoku solver which takes an image as input and displays the solved output in the terminal. A neural network trained in Pytorch is used to identify the numbers present in the sudoku puzzle
ThisMonkeysGoneToHeaven/Sudoku-Scanner-And-Solver
This is a Sudoku Puzzle Solver application which is built in Qt Framework, PyGame using Python language.
TomWright/sudoku
Solve sudoku puzzles automatically.
berkSahin/Sudoku
Basic Unique Sudoku Generator and Solver
bhimrazy/Artificial-Intelligence-Projects
This repository contains solved AI Projects.
abirbhattacharya82/Sudoku-Solver
Sudoku is a 9X9 board game where the board is divided in 9 3X3 smaller boxes called regions. The puzzle setter partially solves the Sudoku and rest is upto the player. In this Repository we have got our very own Sudoku Solver where if you give the partially solved puzzle, the program solves it for you.
AditiPradeep/Sudoku_Solver
Simulated Annealing Sudoku Solver
arevish/Sudoku-solver-GUI
Sudoku Game made in Python3 using Bracktracking algorithm with recursive function in pygame for graphical GUI
bruce965/QuickSudoku
Sudoku puzzle solver (DONE), grader (WIP), and generator (WIP)
isinek/sudoku_solver
Simple python sudoku solver.
maximilian-foerg/SudokuSolver
This Sudoku solver written in C# was created as part of the Open Doors Day at baramundi software AG on 04/13/21.
netomi/sudoku-trainer
A sudoku solver / trainer.
NMoro811/SudokuDBGenerator
A Java package that is able to generate hundreds of thousands of distinct Sudoku puzzles per minute in five distinct levels of difficulty. All puzzles and their solutions are stored in a dedicated PostgreSQL database.
Raj-Srikar/Sudoku-Solver
Solves Sudoku within seconds. Implemented GUI as well.
raphael-kahler/SudokuSolver
Apply common sudoku solving techniques to find the next step in a sudoku.
senegrom/GridPuzzle
Solver for grid puzzles, e.g. Sudokus, Futoshiki, KillerSudoku etc.
timlg07/Sudoku-Solver
A program that can solve sudokus of all sizes.
whdhdyt21/Sudoku
This repository contains two implementations of a Sudoku solver, each utilizing different methods for input.