sudoku-solver
There are 2055 repositories under sudoku-solver topic.
neeru1207/AI_Sudoku
GUI based Smart Sudoku Solver that tries to extract a sudoku puzzle from a photo and solve it
robatron/sudoku.js
A Sudoku puzzle generator and solver JavaScript library
ColinEberhardt/wasm-sudoku-solver
a WebAssembly-powered AR sudoku solver
t-dillon/tdoku
A fast Sudoku solver and generator with a benchmark suite for comparing the fastest known solvers.
MorvanZhou/sudoku
A simple Sudoku generator and solver. 数独生成器和解题器
TN1ck/super-sudoku
Full featured open source sudoku with a very nice web interface.
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.
eliben/go-sudoku
Toolkit for solving and generating Sudoku puzzles in Go
ArjArav98/Sudoku-Solver
Suite of functions, written in C++, which solve, validate and generate Sudoku puzzles!
Emerentius/sudoku
The Rust sudoku library
JoeKarlsson/python-sudoku-generator-solver
Python based sudoku generator that can create unique Sudoku board based on 4 difficulty levels. This code also includes a brute force sudoku solver that is capable of solving even the most difficult sudoku puzzles!
dhhruv/Sudoku-Solver
🎯 This Python-based Sudoku Solver utilizes the PyGame Library and Backtracking Algorithm to visualize and solve Sudoku puzzles efficiently. With its intuitive interface, users can input and interact with the Sudoku board, allowing for a seamless solving experience.
jeffsieu/py-sudoku
A Python Sudoku solver
davecom/SwiftCSP
A Constraint Satisfaction Problem Solver in Pure Swift
obijywk/grilops
a GRId LOgic Puzzle Solver library
ashutosh1919/neuro-symbolic-sudoku-solver
⚙️ Solving sudoku using Deep Reinforcement learning in combination with powerful symbolic representations.
manpreet1130/RealTime-Sudoku-Solver
Solving sudoku puzzles with the help of OpenCV and PyTorch(CNN)
sadanandpai/sudoku-solver
Sudoku Solver
Kermalis/SudokuSolver
C# Sudoku solver that uses human techniques; no brute-forcing.
TRoboto/Udacity
This repo includes all the projects I have finished in the Udacity Nanodegree programs
aakashjhawar/SolveSudoku
Extract and solve sudoku from an image using Computer Vision and Deep Learning
Taiters/sudoku-solver
A visual sudoku solver which runs in the web browser. Built using OpenCV and Tensorflow to identify the sudoku grid, recognise digits, and overlay the solution.
darusc/Android-Sudoku-Solver-OCR
Android app for solving sudoku puzzles.
wzid/sudoku-solver
Sudoku Solver using bitmasks and bit-manipulation with Rust 🦀 and egui 🎨
sigh/Interactive-Sudoku-Solver
Fast web-based Sudoku solver. Supports many variants including all grid sizes up to 16x16.
Billy1900/DPLL-Algorithm
华中科技大学数据结构课程设计2018 An algorithm to solve SAT problem
codersguild/Software-Analysis-PAVT
Program Analysis, Software Verification & Testing. Python3, CAS, Dafny, Z3, CVC4, UCLID, ZChaff, NuSMV, AFL, Scala, CBMC & LLVM Framework (CO).
MohamedMahmoudHassan/Backtracking-Visualizer
Visualization of some standard problems solved by Backtracking
waitingcheung/deep-sudoku-solver
A Sudoku Solver that leverages TensorFlow and iOS BNNS for deep learning.
kevinychen/nikoli-puzzle-solver
Solver for over 100 types of Nikoli-style logic puzzles
vansh-codes/Sudoku-Visualizer
A web-based app to visualize Sudoku solving using backtracking. Features include random puzzle generation, variable solving speeds, and celebratory visual effects for completed puzzles. Enjoy solving!
flyingpeakock/Console_sudoku
Console application to create, solve, and play sudoku.
ctjacobs/sudoku-genetic-algorithm
Solves a Sudoku puzzle using a genetic algorithm.
SamirHodzic/sudoku-solver-js
Sudoku solver in javascript
huaminghuangtw/Web-Sudoku-Puzzle-Game
🎮 An interactive web Sudoku puzzle game developed in HTML, CSS, and JavaScript
sfuhrm/sudoku
A very fast Java Sudoku library implementation along with a command line client