sudoku-generator
There are 433 repositories under sudoku-generator topic.
robatron/sudoku.js
A Sudoku puzzle generator and solver JavaScript library
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. 数独生成器和解题器
RutledgePaulV/sudoku-generator
Generate sudoku puzzles of varying difficulties.
TN1ck/super-sudoku
Full featured open source sudoku with a very nice web interface.
ArjArav98/Sudoku-Solver
Suite of functions, written in C++, which solve, validate and generate Sudoku puzzles!
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.
Emerentius/sudoku
The Rust sudoku library
vaithak/Sudoku-Generator
A simple sudoku puzzle generator written in C++.
jeffsieu/py-sudoku
A Python Sudoku solver
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!
xc2f/sudoLite
一款轻巧、趣萌、界面精美,具备统计、排行(即将推出),开源、免费、无广告的数独小程序
MohamedMahmoudHassan/Backtracking-Visualizer
Visualization of some standard problems solved by Backtracking
BurnYourPc/Sudoku
SudoPy. A Python based sudoku project. Sudoku generator (five levels of difficulty), solver and difficulty rater. Create a printable pdf with as many problems from each difficulty level as you desire
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.
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
jalbam/yasminoku
[Yasminoku] Sudoku game, generator and solver totally written in DHTML. Highly configurable.
petewritescode/sudoku-gen
A fast sudoku puzzle generator.
Yanndroid/Sudoku
Android sudoku game and solver with OneUI design
basil2style/Sudoku-Pattern-Generator-App
Android App for Generating Sudoku Number Pattern
einsitang/sudoku-dart
sudoku library with dart
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!
David-Elkabas/Sudoku
Sudoku generator and solver with simple GUI created in Python using Pygame
firateski/SudokuLibrary
C# Sudoku library that can solve, generate and check the Sudoku puzzles.
flyingpeakock/tuidoku
Sudoku Terminal UI
larapollehn/sudoku
Solve Sudoku Puzzles of various levels or let the App solve Sudokus for you 🗾
unmade/dokusan
Sudoku generator and solver with step-by-step guidance
einsitang/sudoku-go
open source sudoku solver and generator library with go
VarunS2002/Dart-sudoku_solver_generator
A Dart library containing tools related to Sudoku puzzles. This includes generating, solving and handling puzzles.
eneko/Sudoku
Swift library and command line tool to generate, solve, and validate Sudoku puzzles
HemulGM/Sudoku
Sudoku
hkociemba/sudokuNxM
Solve and generate Sudokus with variable boxsizes up to 20x20 ( 400 x 400 sudoku ).
aidevnn/SudokuSharp
Sudoku solver and generator with 4 levels : Easy / Medium / Hard / Evil
chaiqingao/Sudoku
一个用MATLAB写的数独小游戏:以命令行和GUI两种方式生成数独和求解数独,你可以当作游戏来玩或当作求解数独的工具。