Projects in Awesome Lists tagged with sudoku-solver
A curated list of projects in awesome lists tagged with sudoku-solver .
https://github.com/przemekmas/SudokuSolverWPF
The sudoku solver application has been written in C# and WPF. The application allows the user to solve any sudoku puzzle by the use of the backtracking algorithm that explores all possible solutions to a problem.
csharp sudoku sudoku-puzzles sudoku-solution-finder sudoku-solver wpf
Last synced: 12 Mar 2025
https://github.com/sivaraam/fun-with-c
Implementation of interesting problems in c
a-star-algorithm c chess learning learning-by-doing maze-solver sudoku-solver
Last synced: 29 Apr 2025
https://github.com/amn-max/sudokusolverbacktracking
Live Solve Sudoku by one by one assigning numbers to empty cells using one of Brute force methods called Backtracking.
backtracking-algorithm live sudoku sudoku-solver
Last synced: 24 Feb 2025
https://github.com/jessicarod7/sudoku-solver
ICS4U1 Sudoku Assignment
ics4u1 python2 sudoku sudoku-solver
Last synced: 01 Mar 2025
https://github.com/deshrike/sudoku
Python Sudoku Solver
pygame python sudoku sudoku-solver
Last synced: 29 Mar 2025
https://github.com/giridharrnair/sudokusolver
Sudoku solver made with Java using the Java Swing framework
java sudoku sudoku-generator sudoku-solver swing-gui
Last synced: 27 Mar 2025
https://github.com/shuddha2021/interactive-sudoku-puzzle
Sharpen Your Mind with Interactive Sudoku: Logic Puzzles for Everyone
css educational entertainment html interactive-game javascript logical-reasoning problem-solving puzzle-game sudoku sudoku-solver
Last synced: 17 Feb 2025
https://github.com/sujalchoudhari/sudokusolver
Visualize the back-tracker recursion sudoku solving alogorithm
alogrithms react sudoku-solver visualization
Last synced: 21 Mar 2025
https://github.com/megumikatou02/sudoku-solver
Sudoku Solving App
java javaswingsapp maven sudoku-solver
Last synced: 29 Mar 2025
https://github.com/k1lgor/sudoku-solver
This is a simple Golang program that solves a Sudoku puzzle using a backtracking algorithm.
go golang sudoku sudoku-solver
Last synced: 04 Mar 2025
https://github.com/inthra-onsap/sudoku-backtracking-algorithm
Sudoku solver program (backtracking algorithm)
backtracking-algorithm sudoku-solver
Last synced: 17 Mar 2025
https://github.com/saadarazzaq/sudoku-game
A GUI based Sudoku solver built with pygame 🐍🔢
documentation gui pygame python sudoku-solver
Last synced: 17 Mar 2025
https://github.com/frank20a/sudoku-solver
A simple sudoku puzzle solver with a GUI
artificial-intelligence games pygame python3 sudoku-solver
Last synced: 26 Mar 2025
https://github.com/jr-cologne/sudokusolver
A simple command-line application for solving Sudokus.
command-line command-line-app java sudoku sudoku-solver
Last synced: 17 Feb 2025
https://github.com/xavier2p/ocr-0x12r
A Sudoku Solver in C, for S3 at EPITA.
c-lang epita-s3 make ocr sudoku-solver
Last synced: 21 Mar 2025
https://github.com/fordcois/sudokusolver
🔍 A logic-based Sudoku solver that attempts to solve user puzzles by iterating through the puzzle and removing impossible options
Last synced: 09 Apr 2025
https://github.com/2pa4ul2/killer-sudoku
Killer Sudoku Program Using Simulated Annealing, Backtracking, and Backjumping Algorithm
backjumping backtracking-algorithm killer-sudoku simulated-annealing sudoku-solver
Last synced: 20 Mar 2025
https://github.com/fvilers/sudoku_solver
A Sudoku grid solver written in Rust
Last synced: 20 Mar 2025
https://github.com/hjyup/sudoku-solver
Haskell-based application that solves Sudoku puzzles using the DPLL
cabal dpll-algorithm haskell-application sudoku-solver
Last synced: 21 Mar 2025
https://github.com/marstr/pydoku
A quick Sudoku solver to start teaching myself python
Last synced: 26 Mar 2025
https://github.com/debug-ing/sudokugo
sudoku library for golang
go golang sudoku sudoku-generator sudoku-solver
Last synced: 03 Apr 2025
https://github.com/adrianwilker/sudoku-solver
Sudoku solver using the PySAT toolkit.
pysat python sudoku sudoku-solver
Last synced: 20 Mar 2025
https://github.com/lamdav/sudokusolver
A recursive based sudoku solver that relies on text file input. Implemented using back tracking algorithm.
Last synced: 04 Mar 2025
https://github.com/timothewt/sudokuaisolver
Simple AI program to solve a Sudoku grid
ai backtracking sudoku sudoku-solver
Last synced: 12 Mar 2025
https://github.com/erthium/sudoku
Generator and solver algorithm repertoire for Sudoku
cpp cpp11 puzzle-generator puzzle-solver pygame python3 sdl2 sudoku sudoku-generator sudoku-solver
Last synced: 04 Mar 2025
https://github.com/bblodfon/sudoku-solver
A simple web interface that solves sudoku puzzles using a backtracking algorithm
backtracking-algorithm javascript puzzle-generator solve-sudoku-puzzles sudoku-solver
Last synced: 27 Mar 2025
https://github.com/mattpabi/sudoku
A repository for a Sudoku board generator and a Sudoku solver
python sudoku sudoku-generator sudoku-puzzle sudoku-solver
Last synced: 26 Mar 2025
https://github.com/neehan/sudoku-solver
A solver that solves most sudoku boards under 1 millisecond
c-plus-plus fast-sudoku-solver sudoku sudoku-puzzle sudoku-solver
Last synced: 23 Feb 2025
https://github.com/gabrielemaurina/sudoku
A c++ sudoku solver
algorithm cpp sudoku sudoku-game sudoku-solution-finder sudoku-solver
Last synced: 27 Mar 2025
https://github.com/przemekmas/sudokusolverwpf
The sudoku solver application has been written in C# and WPF. The application allows the user to solve any sudoku puzzle by the use of the backtracking algorithm that explores all possible solutions to a problem.
csharp sudoku sudoku-puzzles sudoku-solution-finder sudoku-solver wpf
Last synced: 26 Mar 2025
https://github.com/sraaphorst/sudoku-cp
A Sudoku solver that models a Sudoku board as a constraint program and then solves it using Choco Solver.
choco-solver constraint-programming constraint-satisfaction-problem java java-10 sudoku sudoku-solver
Last synced: 23 Feb 2025
https://github.com/seng3694/sudokusolver
C++ Sudoku Solver using the backtracking algorithm
backtracking backtracking-algorithm cmake cpp sudoku sudoku-solver
Last synced: 21 Mar 2025
https://github.com/tonyvu2014/sudoku-solver
A sudoku solver program
javascript nodejs reactjs sudoku-solver
Last synced: 08 Mar 2025
https://github.com/0x-jerry/sudoku
数独生成 & 计算 算法
sudoku sudoku-generator sudoku-solver
Last synced: 27 Feb 2025
https://github.com/lucascorsi1/sudoku-solving
Sudoku gerador e solução baseado no conceito de força bruta , utilizado threads e windows forms no desenvolvimento
sudoku-generator sudoku-puzzle sudoku-solver windowsforms
Last synced: 28 Mar 2025
https://github.com/aritrakar/sudoku-csp
🎲Sudoku solver with different algorithms in C++ and Python.
Last synced: 21 Feb 2025
https://github.com/arashout/sudokusolver
css html javascript sudoku sudoku-solver
Last synced: 05 Mar 2025
https://github.com/cddude229/sudokusolver
Scala-based sudoku solver that I'm building in my spare time. Nothing impressive; just for fun.
Last synced: 19 Feb 2025
https://github.com/muhammadsaadx/sudokusolver-magicsquarepuzzlesolver
This repository includes a Sudoku solver and a Magic Square puzzle solver. The Sudoku solver employs backtracking search with heuristics and the AC-3 algorithm. The Magic Square solver uses a genetic algorithm to solve 3x3 puzzles. Both solvers are implemented in Python with efficient and optimized approaches.
ac-3 magicsquare sudoku-solver
Last synced: 12 Mar 2025
https://github.com/goldinguy/sudoku
:pencil: A fun python version of Sudoku built with PyGame that shows the power of back-tracking
Last synced: 09 Mar 2025
https://github.com/sunilbpandey/pysudoku
A Sudoku solver written in Python 3
python python-3 python3 sudoku sudoku-solver
Last synced: 15 Mar 2025
https://github.com/bonifatius94/sudoku
Sudoku Puzzle App
csharp sudoku-game sudoku-generator sudoku-solver wpf-ui
Last synced: 25 Feb 2025
https://github.com/iampavangandhi/sudokusolver
🧮 Sudoku Solver Web App (using Backtracking)
backtracking data-structures javascript sudoku sudoku-solver
Last synced: 09 Mar 2025
https://github.com/dariustb/sudokusolver
C++ console app to brute force solve 9x9 Sudoku puzzles
Last synced: 01 Mar 2025
https://github.com/ereminiu/sudoku
Generate and solve sudoku puzzle
pygame python sudoku sudoku-generator sudoku-solution-finder sudoku-solver
Last synced: 06 Mar 2025
https://github.com/sraaphorst/sudoku_constexpr
Compile-time (constexpr) Sudoku board solver
backtracking backtracking-algorithm compile-time constexpr cpp14 cpp17 sudoku sudoku-solver
Last synced: 23 Feb 2025
https://github.com/magicant/sudoku-solver-in-rust
A simple sudoku solver written in Rust
Last synced: 15 Mar 2025
https://github.com/pathawks/sudoku-smt
Exploring SMT solvers by solving Sudoku puzzles
smt smtlibv2 sudoku sudoku-solver
Last synced: 15 Mar 2025
https://github.com/billsioros/sudoku
Creating and Solving Variations of Sudoku Puzzles using Linear Programming
python python3 sudoku sudoku-board sudoku-generator sudoku-solver visualization visualizer
Last synced: 18 Mar 2025
https://github.com/muhammadsaadhsn/sudokusolver-magicsquarepuzzlesolver
This repository includes a Sudoku solver and a Magic Square puzzle solver. The Sudoku solver employs backtracking search with heuristics and the AC-3 algorithm. The Magic Square solver uses a genetic algorithm to solve 3x3 puzzles. Both solvers are implemented in Python with efficient and optimized approaches.
ac-3 magicsquare sudoku-solver
Last synced: 09 Feb 2025
https://github.com/ziemek99/elimination-sudoku
Sudoku solving assistant which narrows down every cell's candidates as you enter the numbers.
Last synced: 24 Mar 2025
https://github.com/kasperkristensen/sudoku_haskell
Haskell sudoku solver. Solves sudokus of various difficulties provided in the sudoku.txt file.
Last synced: 09 Mar 2025
https://github.com/jmbhughes/sudoku
Educational project for The Coding School to solve Sudoku puzzles
education educational-project non-profit project sudoku sudoku-puzzle sudoku-solution-finder sudoku-solver the-coding-school
Last synced: 09 Mar 2025
https://github.com/marinoandrea/parallel-sudoku
Parallel sudoku solver, computes every legal solution for a given grid.
backtracking fork-join java multicore parallelism parallelization speedup sudoku sudoku-solver
Last synced: 17 Mar 2025
https://github.com/xpple/sudokupy
A Sudoku solver without any lazy guesswork
Last synced: 22 Mar 2025
https://github.com/dtonhofer/sudoku_solver_in_java
A simple Sudoku Solver in Java
constraint-satisfaction-problem java sudoku sudoku-solver
Last synced: 31 Mar 2025
https://github.com/suhelmakkad/sudoku-react
react sudoku-solver typescript vite
Last synced: 20 Feb 2025
https://github.com/rhcarvalho/sudoku-solver
backtracking sudoku sudoku-solver
Last synced: 02 Mar 2025
https://github.com/asadiahmad/sudoku-solver
Solving Sudoku with BackTrack Algorithm
ai back-tracking python sudoku sudoku-solver
Last synced: 27 Mar 2025
https://github.com/tinyhiker/sedoku_solver
Here I wrote a 9x9 sudoku solver in python by implementing the backtracking algorithm
backtracking-algorithm sudoku-solver
Last synced: 29 Mar 2025
https://github.com/package/sudoku-solver
Solves Sudoku Puzzles in .NET with a GUI
backtracking-algorithm csharp sudoku-puzzles sudoku-solver
Last synced: 04 Mar 2025
https://github.com/adamdawi/sudoku-solver
Sudoku solving mobile app utilizing a backtracking algorithm
backtracking-algorithm canvas coroutines instrumentation-tests junit4 kotlin-android mockk sudoku sudoku-solver testing unit-testing
Last synced: 28 Mar 2025
https://github.com/package/sudoku-scala
Solves Sudoku puzzles using Scala
scala sudoku-puzzle sudoku-puzzles sudoku-solver
Last synced: 04 Mar 2025
https://github.com/mirzaim/colored-sudoku-solver
A Python-based Constraint Satisfaction Problem (CSP) solver for the Colored Sudoku problem.
colored-sudoku csp sudoku sudoku-solver
Last synced: 26 Feb 2025
https://github.com/farzonl/sudoku
A sudoku solver and puzzle generator.
gradle sudoku-generator sudoku-solver
Last synced: 28 Mar 2025
https://github.com/clubgamma/sudoku
Participate in Club Gamma Hacktoberfest by contributing to any Club Gamma Project
c game hacktoberfest hacktoberfest2024 sudoku sudoku-solver
Last synced: 09 Apr 2025
https://github.com/romanstrazanec/mgsolver
Collection of mini game solvers
minigame nonogram nonogram-solver python solvers sudoku sudoku-solver
Last synced: 21 Feb 2025
https://github.com/gurkan-er/sudokusolver-simulatedannealing
A Java project that solves Sudoku using simulated annealing algorithm.
simulated-annealing sudoku-solver
Last synced: 06 Mar 2025
https://github.com/sekthor/sudoku-solver
A very simple method to solve sudokus automatically
Last synced: 06 Mar 2025
https://github.com/hamzaelkhatri/sudoku
sudoku solver with golang
go golang golang-examples sudoku sudoku-puzzle sudoku-solver
Last synced: 04 Mar 2025
https://github.com/max-sir/sudoku_game_2021
#This is Sudoku🎲🎰🀄♠ Game that shall be Written using C++ standards 14/17 This game will have its own solver and many helpful and useful tools such as hotkeys, shortcuts, context hints and a lot of things more - all the provided UI will be designed using QT creator tool - This game such as developing with QT framework will have all the advantages and benefits on native level of Qt( f.ex. signals slots etc.) - the solver alghoritm shall be based on DFS algorithm and Algorithm X which was fully described in Knut book
cpp14 cpp17 crossplatform-gui desktop-application game opengl qt5 sudoku-game sudoku-solver
Last synced: 20 Feb 2025
https://github.com/jonathangb/sudokusolver
WebApp that solves sudokus
genetic-algorithm golang sudoku-solver
Last synced: 04 Mar 2025
https://github.com/linuskmr/sudoku-wasm
Sudoku solver written in AssemblyScript
assemblyscript sudoku-solver webassembly
Last synced: 10 Mar 2025
https://github.com/marcussacapuces91/sudoku-solver
Résolveur de Sudoku en Python avec interface TKinter (TK)
object-oriented python3 sudoku-solver
Last synced: 22 Mar 2025
https://github.com/cau777/sudoku_solver
An algorithm to solve sudoku puzzles and a web interface to visualize the solution's steps.
react rust rust-wasm sudoku sudoku-generator sudoku-solver typescript wasm
Last synced: 24 Mar 2025
https://github.com/luismsuarez/excelsudokusolver
Sudoku solver using Visual Basic for Applications (VBA) macro that runs in Excel
branch-and-bound excel-vba sudoku sudoku-solver
Last synced: 07 Apr 2025
https://github.com/yash9657/sudoku-solver
This is a sudoku solver written in C.
Last synced: 22 Feb 2025
https://github.com/mrsilver76/yarss
A solver which uses brute force, recursion and backtracking to solve any (solvable) Sudoku puzzle.
backtracking linux recursion sudoku-solver windows
Last synced: 12 Mar 2025
https://github.com/minhkhang1795/androidsudokusolver
I love solving puzzles and Sudoku is one of my favorites. Creating an application to solve Sudoku is challenging and of course puzzling as well! :-)
Last synced: 22 Mar 2025
https://github.com/tormak9970/simple-sudoku
A simple sudoku game that has changeable themes and saves with persistent data
game sudoku sudoku-generator sudoku-solver
Last synced: 02 Apr 2025
https://github.com/grachale/sudoku_solver
Implementation of sudoku solver in Prolog.
Last synced: 02 Mar 2025
https://github.com/michelenatale/games
The first classic strategy game I would like to publish here is Sudoku or XSudoku.
strategy-game sudoku sudoku-generator sudoku-puzzle sudoku-solver xsudoku
Last synced: 24 Feb 2025
https://github.com/esperanca-leonardo/sudoku
Sudoku Solver is a Java console application that automatically solves standard 9x9 Sudoku puzzles using a backtracking algorithm.
java sudoku-solver terminal-based
Last synced: 22 Feb 2025
https://github.com/vish501/sudoku-solver
Sudoku Solver using Backtracking and Recursion
backtracking recursion sudoku sudoku-solver
Last synced: 19 Mar 2025
https://github.com/theoliverlear/sudoku
A Spring Boot website for playing the game Sudoku in a browser. You are able to safely make an account and continue your game boards whenever you want, wherever you want.
backtracking-algorithm full-stack game javascript spring-boot sudoku sudoku-solver website
Last synced: 19 Feb 2025
https://github.com/roomrys/game-solver
Do you want to remove sudoko from your life? Look no further.
Last synced: 18 Feb 2025
https://github.com/anthonytedja/sudoku
sudoku is an AI-powered CSP sudoku variant solver for all grid sizes
ai csp-solver forward-checking gac mrv-heuristic sudoku-solver
Last synced: 24 Mar 2025
https://github.com/micrusa/sudokusolver
Sudoku solver made with Java
java sudoku sudoku-solution-finder sudoku-solver
Last synced: 28 Mar 2025
https://github.com/arashout/sudokusolverwasm
A Sudoku solver built with Rust and compiled to webassembly
rust sudoku sudoku-solver wasm webassembly
Last synced: 05 Mar 2025
https://github.com/gemmus/sudoku
A collection of Sudoku related projects.
api backtracking-algorithm pygame python sudoku sudoku-generator sudoku-solver
Last synced: 24 Mar 2025