An open API service providing repository metadata for many open source software ecosystems.

GitHub topics: sudoku-solution-finder

sfuhrm/sudoku

A very fast Java Sudoku library implementation along with a command line client

Language: Java - Size: 567 KB - Last synced at: 4 days ago - Pushed at: 4 days ago - Stars: 19 - Forks: 8

MorvanZhou/sudoku

A simple Sudoku generator and solver. 数独生成器和解题器

Language: Python - Size: 298 KB - Last synced at: 20 days ago - Pushed at: over 2 years ago - Stars: 172 - Forks: 24

ngc6995/DragNDropSudoku

A Drag&Drop Sudoku Solver

Language: Jupyter Notebook - Size: 36.2 MB - Last synced at: 24 days ago - Pushed at: 24 days ago - Stars: 0 - Forks: 0

Noxmor/zenkai

Universal Sudoku solver with a custom-rule engine

Language: C - Size: 15.6 KB - Last synced at: 14 days ago - Pushed at: about 1 month ago - Stars: 0 - Forks: 0

raphael-kahler/SudokuSolver

Apply common sudoku solving techniques to find the next step in a sudoku.

Language: C# - Size: 443 KB - Last synced at: 2 months ago - Pushed at: 2 months ago - Stars: 3 - Forks: 1

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.

Language: TypeScript - Size: 3.22 MB - Last synced at: 29 days ago - Pushed at: about 1 year ago - Stars: 98 - Forks: 4

aakashjhawar/SolveSudoku

Extract and solve sudoku from an image using Computer Vision and Deep Learning

Language: Python - Size: 1.16 MB - Last synced at: about 2 months ago - Pushed at: over 4 years ago - Stars: 59 - Forks: 30

Kermalis/SudokuSolver

C# Sudoku solver that uses human techniques; no brute-forcing.

Language: C# - Size: 1.44 MB - Last synced at: 2 months ago - Pushed at: over 1 year ago - Stars: 62 - Forks: 35

mark-rez/Budoku

This is a fast Sudoku solver implemented in C using bitboard representations.

Language: C - Size: 3.91 KB - Last synced at: 4 months ago - Pushed at: 4 months ago - Stars: 0 - Forks: 0

bruce965/QuickSudoku

Sudoku puzzle solver (DONE), grader (WIP), and generator (WIP)

Language: C# - Size: 60.5 KB - Last synced at: 5 months ago - Pushed at: 5 months ago - Stars: 2 - Forks: 0

sanujs/sudoku-sos

Sudoku solver that uses human solving strategies to find the next solvable cell

Language: Rust - Size: 273 KB - Last synced at: 2 months ago - Pushed at: 2 months ago - Stars: 3 - Forks: 0

benjiJonsson/CS5099-Masters-Dissertation

CS5099 Dissertation in Computer Science from the University of St Andrews. The goal of the paper is to create a general method for grading Sudoku puzzles using Minimal Unsatisfiable Sets.

Language: JavaScript - Size: 4 MB - Last synced at: 5 months ago - Pushed at: 5 months ago - Stars: 0 - Forks: 0

CoolCat467/Sudoku-Solver

Solve Sudoku puzzles with wave function collapse

Language: Python - Size: 212 KB - Last synced at: 2 months ago - Pushed at: 2 months ago - Stars: 1 - Forks: 0

baskeboler/cljs-sudoku

a random sudoku solution generator in clojurescript

Language: Clojure - Size: 1.11 MB - Last synced at: about 1 month ago - Pushed at: 5 months ago - Stars: 1 - Forks: 1

MatanelGordon/wasm-sudoku-solver

Rust-Powered Sudoku Solver 🔢

Language: Rust - Size: 438 KB - Last synced at: 6 months ago - Pushed at: 6 months ago - Stars: 0 - Forks: 0

ayushichoudhary-19/SudokuSolver

A web application designed to solve Sudoku puzzles using the powerful Backtracking algorithm.

Language: HTML - Size: 20.5 KB - Last synced at: about 2 months ago - Pushed at: almost 2 years ago - Stars: 2 - Forks: 2

beliumgl/SudokuSolver

C++23 implementation of a Sudoku solver that can solve standard 9x9 Sudoku puzzles (can be modified) using backtracking algorithms. It is designed to be efficient, easy to use, and extendable for future enhancements.

Language: C++ - Size: 27.3 KB - Last synced at: 12 days ago - Pushed at: 7 months ago - Stars: 1 - Forks: 0

je-suis-tm/operations-research

Python operations research applications including sudoku solver, tictactoe gaming AI

Language: Jupyter Notebook - Size: 360 KB - Last synced at: 2 months ago - Pushed at: almost 3 years ago - Stars: 5 - Forks: 0

Yodakole1/sudoku_python

Sudoku

Language: Python - Size: 34.2 KB - Last synced at: 11 months ago - Pushed at: 11 months ago - Stars: 1 - Forks: 0

harshraj11584/fast_sudoku_solver_and_generator

Fast C++ 9X9 Sudoku Solver & Generator Program

Language: C++ - Size: 60.5 KB - Last synced at: about 1 year ago - Pushed at: almost 6 years ago - Stars: 3 - Forks: 2

whdhdyt21/Sudoku

This repository contains two implementations of a Sudoku solver, each utilizing different methods for input.

Language: C++ - Size: 120 KB - Last synced at: 2 months ago - Pushed at: about 1 year ago - Stars: 2 - Forks: 0

amakvana/Sudoku-Solver 📦

Solves any valid Sudoku puzzle regardless of difficulty

Language: Visual Basic .NET - Size: 67.4 KB - Last synced at: about 1 year ago - Pushed at: almost 5 years ago - Stars: 0 - Forks: 0

netomi/sudoku-trainer

A sudoku solver / trainer.

Language: Kotlin - Size: 2.61 MB - Last synced at: 3 months ago - Pushed at: over 4 years ago - Stars: 2 - Forks: 0

Vaporjawn/Sud0ku 📦

A Sud0ku game and solver made in python (also a version in JavaScript)

Language: Python - Size: 80.1 KB - Last synced at: about 1 year ago - Pushed at: over 5 years ago - Stars: 0 - Forks: 0

HI-Mithun/SudokuVisualBasic

This is the complete Sudoku Game made using Visual Basic .Net. The game has timer for each time you start a new game or retry game. Number of times you can make a wrong guess, etcetra. A new sudoku generator each time you click on New Game. Have fun Making some modifications of your own.

Language: Visual Basic .NET - Size: 15.6 KB - Last synced at: about 1 year ago - Pushed at: about 1 year ago - Stars: 0 - Forks: 0

varunpatil/Sudoku-solver

Sudoku Solver

Language: HTML - Size: 13.7 KB - Last synced at: about 1 year ago - Pushed at: over 4 years ago - Stars: 5 - Forks: 0

hoaftq/SudokuLib

A Sudoku library, which targets .NET Standard 1.0, supports generating and solving game boards

Language: C# - Size: 119 KB - Last synced at: about 1 year ago - Pushed at: over 4 years ago - Stars: 1 - Forks: 0

vladislav-bordiug/sudoku_qt_quick

This is a cross-platform (both desktop and mobile) Sudoku Qt Quick application. The application logic is implemented in JavaScript and the appearance is implemented in QML.

Language: QML - Size: 206 KB - Last synced at: about 1 year ago - Pushed at: about 1 year ago - Stars: 1 - Forks: 0

asccc/sudoku

A multithreaded sudoku solver / coding-board.de Contest

Language: C - Size: 76.2 KB - Last synced at: about 1 year ago - Pushed at: over 6 years ago - Stars: 1 - Forks: 0

DjukicBogdan/Sudoku_Solver

Sudoku_Solver Sudoku game with options to solve automatically. WPF

Language: C# - Size: 302 KB - Last synced at: about 1 year ago - Pushed at: over 3 years ago - Stars: 0 - Forks: 0

RachaellNihalaani/SudokuSolver

Sudoku Solver

Language: Python - Size: 417 KB - Last synced at: about 1 year ago - Pushed at: about 1 year ago - Stars: 0 - Forks: 0

phoemur/sudoku

Simple Sudoku Game in C++17 / Qt5

Language: C++ - Size: 172 KB - Last synced at: 2 months ago - Pushed at: over 5 years ago - Stars: 4 - Forks: 1

AnselmoGPP/Apps

Collection of apps made for different purposes

Language: C++ - Size: 30.3 KB - Last synced at: over 1 year ago - Pushed at: about 5 years ago - Stars: 0 - Forks: 0

AditiPradeep/Sudoku_Solver

Simulated Annealing Sudoku Solver

Language: Python - Size: 8.79 KB - Last synced at: over 1 year ago - Pushed at: over 2 years ago - Stars: 0 - Forks: 0

MartinGurasvili/Sudoku

This is a UI Sudoku Game And Solver that makes use of recursion and backtracking

Language: Python - Size: 9.77 KB - Last synced at: about 1 year ago - Pushed at: over 2 years ago - Stars: 6 - Forks: 0

Galva101/Sudoku-Solver

Language: Java - Size: 38.1 KB - Last synced at: over 1 year ago - Pushed at: over 4 years ago - Stars: 0 - Forks: 0

omerfarukeker/Sudoku-Solver

Solves the user entered Sudoku boards with commonly known strategies like hidden/naked pairs, X-wing, Y-wing etc.

Language: Python - Size: 172 KB - Last synced at: over 1 year ago - Pushed at: about 4 years ago - Stars: 9 - Forks: 5

federico123579/sudoku-solver

Sudoku solver implemented in Rust, used for learning purposes.

Language: Rust - Size: 36.1 KB - Last synced at: over 1 year ago - Pushed at: about 3 years ago - Stars: 0 - Forks: 0

aljazfrancic/sudoku-solver

Computer vision solution that finds a sudoku puzzle in a photo, extracts the puzzle grid, recognizes the numbers in the grid, finds the solution to the puzzle and projects it onto the original photo.

Language: Jupyter Notebook - Size: 18.3 MB - Last synced at: over 1 year ago - Pushed at: over 1 year ago - Stars: 0 - Forks: 0

omeryasironal/CheckSudokuSolutionMethods

Checking Whether a Solution Is Correct

Language: Java - Size: 3.91 KB - Last synced at: over 1 year ago - Pushed at: over 2 years ago - Stars: 0 - Forks: 0

ruipcf/Sudoku-solver-Backtracking

A short algorithm using Backtracking to solve a sudoku board.

Language: Python - Size: 8.79 KB - Last synced at: over 1 year ago - Pushed at: over 3 years ago - Stars: 1 - Forks: 1

LiamNeate/sudoku

Creating a sudoku game in C++

Language: HTML - Size: 121 MB - Last synced at: over 1 year ago - Pushed at: over 3 years ago - Stars: 0 - Forks: 0

kailash-turimella/Python-Programs

Python Programs

Language: Python - Size: 70.3 KB - Last synced at: over 1 year ago - Pushed at: over 4 years ago - Stars: 0 - Forks: 1

triskj0/tkinter-sudoku-solver

python tkinter sudoku solver

Language: Python - Size: 173 KB - Last synced at: over 1 year ago - Pushed at: over 2 years ago - Stars: 0 - Forks: 0

jiaheng/sudoku-solver-cpp

Solve any sudoku puzzle using Algorithm X

Language: C++ - Size: 1.24 MB - Last synced at: almost 2 years ago - Pushed at: almost 7 years ago - Stars: 0 - Forks: 1

HemulGM/Sudoku

Sudoku

Language: Pascal - Size: 7.42 MB - Last synced at: 4 months ago - Pushed at: over 2 years ago - Stars: 9 - Forks: 4

eduflm/sudoku-solver

Sudoku solution finder using graph coloring

Language: Python - Size: 7.81 KB - Last synced at: almost 2 years ago - Pushed at: almost 8 years ago - Stars: 0 - Forks: 0

scimas/SolveSudoku

A sudoku solver written in Python 3 with gtk 3 gui

Language: Python - Size: 3.91 KB - Last synced at: almost 2 years ago - Pushed at: over 6 years ago - Stars: 0 - Forks: 0

sbolch/sudoku

Sudoku with p5.js

Language: JavaScript - Size: 23.4 KB - Last synced at: almost 2 years ago - Pushed at: almost 2 years ago - Stars: 0 - Forks: 0

angelomelonas/sudoku-solver

A simple Sudoku puzzle solver written in PHP

Language: PHP - Size: 202 KB - Last synced at: almost 2 years ago - Pushed at: almost 2 years ago - Stars: 0 - Forks: 0

berkSahin/Sudoku

Basic Unique Sudoku Generator and Solver

Language: C# - Size: 2.93 KB - Last synced at: about 1 year ago - Pushed at: over 3 years ago - Stars: 3 - Forks: 0

mstou/sudoku-solver

A simple sudoku solver

Language: JavaScript - Size: 940 KB - Last synced at: about 1 year ago - Pushed at: almost 7 years ago - Stars: 17 - Forks: 1

NerdyGamer05/SudokuSolver

A website for solving sudoku puzzles

Language: HTML - Size: 5.86 KB - Last synced at: almost 2 years ago - Pushed at: almost 2 years ago - Stars: 1 - Forks: 0

ThisMonkeysGoneToHeaven/Sudoku-Scanner-And-Solver

This is a Sudoku Puzzle Solver application which is built in Qt Framework, PyGame using Python language.

Language: Python - Size: 9.09 MB - Last synced at: almost 2 years ago - Pushed at: over 2 years ago - Stars: 3 - Forks: 1

TheGogy/sudoku-solver

A moderately fast sudoku solver in python using Algorithm X and exact cover. I did this for a module at university. [Awarded 100%]

Language: Python - Size: 165 KB - Last synced at: almost 2 years ago - Pushed at: almost 2 years ago - Stars: 1 - Forks: 0

RantyDave/sudoku

Yet another sudoku solver

Language: C++ - Size: 40 KB - Last synced at: 8 months ago - Pushed at: almost 7 years ago - Stars: 2 - Forks: 0

David-Mais/SudokuSolver

🧩🤖 Sudoku Solver 🤖🧩 A Java-based Sudoku solver that utilizes advanced algorithms to quickly and efficiently solve any puzzle. Perfect for improving Java skills or saving time on difficult Sudoku puzzles. Open-source on GitHub, so anyone can contribute to make it even better. Let's make Sudoku solving a breeze! 🤖🧩

Language: Java - Size: 16.6 KB - Last synced at: about 2 years ago - Pushed at: over 2 years ago - Stars: 0 - Forks: 0

TomWright/sudoku

Solve sudoku puzzles automatically.

Language: Go - Size: 37.1 KB - Last synced at: 2 months ago - Pushed at: about 5 years ago - Stars: 4 - Forks: 0

dangnguyendota/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!

Language: Java - Size: 744 KB - Last synced at: about 2 years ago - Pushed at: over 2 years ago - Stars: 8 - Forks: 2

micrusa/SudokuSolver

Sudoku solver brute force algorithm made with Java

Language: Java - Size: 16.6 KB - Last synced at: 3 months ago - Pushed at: about 4 years ago - Stars: 0 - Forks: 0

ppml38/sudoku_solver

Algorithm to solve sudoku using backtracking.

Language: JavaScript - Size: 85 KB - Last synced at: 11 months ago - Pushed at: about 2 years ago - Stars: 0 - Forks: 0

bhimrazy/Artificial-Intelligence-Projects

This repository contains solved AI Projects.

Language: Python - Size: 29.3 KB - Last synced at: 3 months ago - Pushed at: over 3 years ago - Stars: 3 - Forks: 0

Zalanshah64/sudoku

Sudoku is a game played on a 9x9 grid where every single square is filled with a number from 1 to 9 unique to its row, column, and 3x3 subgrid. This program is a sudoku app that allows a user to generate sudoku boards, solve given boards instantly, and play randomly generated or given sudoku boards.

Language: C++ - Size: 321 KB - Last synced at: over 2 years ago - Pushed at: over 2 years ago - Stars: 0 - Forks: 0

lopes-gustavo/sudoku-guru

Language: TypeScript - Size: 1.4 MB - Last synced at: over 2 years ago - Pushed at: over 2 years ago - Stars: 0 - Forks: 0

firateski/SudokuGameWindowsForms

Sudoku game, solver, and generator that created with Windows Forms using my own Sudoku library.

Language: C# - Size: 35.2 KB - Last synced at: over 2 years ago - Pushed at: almost 6 years ago - Stars: 5 - Forks: 1

firateski/SudokuLibrary

C# Sudoku library that can solve, generate and check the Sudoku puzzles.

Language: C# - Size: 15.6 KB - Last synced at: over 2 years ago - Pushed at: almost 6 years ago - Stars: 13 - Forks: 6

burger4d/Sudoku-solver

a sudoku solver using brute-force

Language: C++ - Size: 5.86 KB - Last synced at: over 2 years ago - Pushed at: over 2 years ago - Stars: 0 - Forks: 0

haruki-taka8/commit-sudoku 📦

Sudoku solver in Pascal

Language: Pascal - Size: 1020 KB - Last synced at: over 2 years ago - Pushed at: over 3 years ago - Stars: 0 - Forks: 0

OmerTurkenits/Omega-Sudoku

My Implementation Of The Sudoku Project.

Language: C# - Size: 40 KB - Last synced at: over 2 years ago - Pushed at: over 2 years ago - Stars: 1 - Forks: 0

ereminiu/sudoku

Generate and solve sudoku puzzle

Language: Python - Size: 45.9 KB - Last synced at: 3 months ago - Pushed at: over 2 years ago - Stars: 0 - Forks: 0

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.

Language: C# - Size: 83 KB - Last synced at: over 2 years ago - Pushed at: over 3 years ago - Stars: 1 - Forks: 0

isinek/sudoku_solver

Simple python sudoku solver.

Language: Python - Size: 5.86 KB - Last synced at: over 2 years ago - Pushed at: about 5 years ago - Stars: 2 - Forks: 0

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.

Language: Python - Size: 173 KB - Last synced at: over 2 years ago - Pushed at: about 4 years ago - Stars: 3 - Forks: 0

arevish/Sudoku-solver-GUI

Sudoku Game made in Python3 using Bracktracking algorithm with recursive function in pygame for graphical GUI

Language: Python - Size: 6.84 KB - Last synced at: 27 days ago - Pushed at: about 3 years ago - Stars: 2 - Forks: 1

Spr3/sudoku

This is a sudoku AI were you input your puzzle and it will solve it to the best of its ability's.

Language: C# - Size: 42.4 MB - Last synced at: about 1 year ago - Pushed at: over 3 years ago - Stars: 0 - Forks: 0

senegrom/GridPuzzle

Solver for grid puzzles, e.g. Sudokus, Futoshiki, KillerSudoku etc.

Language: Jupyter Notebook - Size: 30.8 MB - Last synced at: 12 months ago - Pushed at: 12 months ago - Stars: 2 - Forks: 0

Raj-Srikar/Sudoku-Solver

Solves Sudoku within seconds. Implemented GUI as well.

Language: Python - Size: 19.9 MB - Last synced at: over 2 years ago - Pushed at: over 3 years ago - Stars: 2 - Forks: 1

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

Language: C++ - Size: 82.2 MB - Last synced at: over 2 years ago - Pushed at: about 5 years ago - Stars: 4 - Forks: 2

DS9922/Sudoku-Game

A GUI for Sudoku Game-cum-Solver. Made using Tkinter (@ Frontend) & MySQL (@ Backend).

Language: Python - Size: 10.7 KB - Last synced at: over 2 years ago - Pushed at: over 3 years ago - Stars: 0 - Forks: 0

AgyeyaMishra/sudoku-solver

This is a Sudoku Solver in C-plus-plus using the Backtracking algorithm.

Language: C++ - Size: 35.2 KB - Last synced at: 11 months ago - Pushed at: over 3 years ago - Stars: 0 - Forks: 1

kenmaready/sudoku-solver

A brute force sudoku solver in C++

Language: C++ - Size: 338 KB - Last synced at: over 2 years ago - Pushed at: over 3 years ago - Stars: 0 - Forks: 0

leonardopedroso/Sudoku-Solver

C/C++ script for solving sudoku puzzles.

Language: C - Size: 16.6 KB - Last synced at: over 2 years ago - Pushed at: almost 4 years ago - Stars: 0 - Forks: 1

sri28vignesh/Automated-Sudoku-Solver

An application that solves sudoku puzzle image using python. Dancing Links(a.k.a. AlgorithmX) is used for solving the extracted sudoku puzzle

Language: Jupyter Notebook - Size: 30 MB - Last synced at: about 1 year ago - Pushed at: about 4 years ago - Stars: 0 - Forks: 2

prateeksawhney97/Sudoko-Game-Backtracking

Sudoku solver webapp!

Language: HTML - Size: 17.6 KB - Last synced at: over 2 years ago - Pushed at: about 5 years ago - Stars: 4 - Forks: 1

winstonisaac/EZSudoku

EZSudoku is a Sudoku solver.

Language: JavaScript - Size: 203 KB - Last synced at: about 2 years ago - Pushed at: over 4 years ago - Stars: 0 - Forks: 0

nnakul/sudoku-solver

The project is about finding a valid solution for a game of Sudoku using Backtracking Algorithm while also showing the visualization of the steps the algorithm goes through.

Language: Python - Size: 214 KB - Last synced at: about 2 years ago - Pushed at: over 4 years ago - Stars: 0 - Forks: 0

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.

Language: C# - Size: 16.6 KB - Last synced at: 3 months ago - Pushed at: over 4 years ago - Stars: 0 - Forks: 0

tadeaspaule/SudokuMethods

Methods for solving a Sudoku and generating a new, valid and complete Sudoku board, in Java and Python

Language: Java - Size: 8.79 KB - Last synced at: over 2 years ago - Pushed at: almost 7 years ago - Stars: 1 - Forks: 0

timlg07/Sudoku-Solver

A program that can solve sudokus of all sizes.

Language: Java - Size: 438 KB - Last synced at: over 2 years ago - Pushed at: almost 5 years ago - Stars: 2 - Forks: 0

afifym/augmented_reality_sudoku_solver

A sudoku solver that can detect, solve, and augment a sudoku

Language: Jupyter Notebook - Size: 77.4 MB - Last synced at: over 2 years ago - Pushed at: almost 5 years ago - Stars: 1 - Forks: 0

GabrieleMaurina/sudoku

A c++ sudoku solver

Language: C++ - Size: 10.7 KB - Last synced at: 3 months ago - Pushed at: about 5 years ago - Stars: 0 - Forks: 0

GabrieleMaurina/sudoku-sat

A c++ sudoku solver based on Cryptominisat

Language: C++ - Size: 9.77 KB - Last synced at: 3 months ago - Pushed at: about 5 years ago - Stars: 0 - Forks: 0

Scriptim/Sudoku-Solver

Automatically solve sudoku puzzles using nondeterministic backtracking algorithm

Language: Java - Size: 7.81 KB - Last synced at: about 1 month ago - Pushed at: almost 7 years ago - Stars: 0 - Forks: 0

zeryabmoussaoui/sudoku-optimization-solver

Solving Sudoku grids using Optimization Algorithms

Language: Python - Size: 57.6 KB - Last synced at: over 2 years ago - Pushed at: about 5 years ago - Stars: 0 - Forks: 0

hadamo/SudokuColoring

Solução de puzzle Sudoku 9x9 com cores 1,2,..,9 utilizando algoritmo para coloração minima de grafos com backtracking e indice cromático 9

Language: C - Size: 24.4 KB - Last synced at: over 2 years ago - Pushed at: over 5 years ago - Stars: 0 - Forks: 0

MurlidharVarma/sudoku

Visualize, Generate and Solve Sudoku! You can choose Sudoku of various size (4 x4 or 9 x 9 or 16 x 16). Also can configure how many solutions you need the sudoku to have. The code is built entirely on Angular v9.0.3 and uses Back Tracking Algorithm to solve Sudoku grids. You can visualize the Sudoku Generation and Solving logc by checking the Visualize checkbox.

Language: TypeScript - Size: 9.55 MB - Last synced at: over 2 years ago - Pushed at: over 2 years ago - Stars: 0 - Forks: 1

Kilichbek/Sudoku-Solver

A script that helps to solve a sudoku on sudoku.com

Language: Python - Size: 1.92 MB - Last synced at: over 2 years ago - Pushed at: over 5 years ago - Stars: 2 - Forks: 0

LunaticPrakash/Sudoku-Hunter

Cracks any Sudoku of size 4x4, 6x6, 8x8, 9x9, 10x10, 12x12, 15x15, 16x16, 25x25 within minutes

Language: Python - Size: 4.88 KB - Last synced at: over 2 years ago - Pushed at: over 5 years ago - Stars: 1 - Forks: 1

ribeiropdiogo/sudokusolver

Language: Java - Size: 367 KB - Last synced at: about 2 years ago - Pushed at: over 5 years ago - Stars: 0 - Forks: 0

zietzm/dfs-sudoku-solver

Brute-force (depth-first search) Sudoku solver in Python

Language: Python - Size: 2.93 KB - Last synced at: 3 months ago - Pushed at: over 5 years ago - Stars: 0 - Forks: 0