Here are
1,040 public repositories
matching this topic...
Can Neural Networks Crack Sudoku?
Updated
Jul 17, 2019
Python
Dear ImGui Addons Branch = plain unmodified dear imgui plus some extra addon.
JavaScript step-by-step Sudoku solver and board generator
Updated
Dec 3, 2016
JavaScript
C++实现的跨平台数独游戏,命令行操作易上手,可以在开发间隙用来放松身心。数百行代码,初学者也可以轻松掌握。
A simple Sudoku generator and solver. 数独生成器和解题器
Updated
Jan 10, 2019
Python
Solve soduko in a image based on OpenCV and Python
Updated
Jun 14, 2017
Python
Simple sudoku web game made with ReactJS and Redux.
Updated
May 26, 2020
JavaScript
Sudoku grabber and solver using OpenCV, JavaFX and Scala ... and Android
Updated
Apr 27, 2020
Java
一款轻巧、趣萌、界面精美,具备统计、排行(即将推出),开源、免费、无广告的数独小程序
Updated
Jun 7, 2020
TypeScript
THU2017年小学期程序设计训练大作业 (Sudoku, Draughts, 人物信息检索)
ConstraintSolver in Julia: Blog posts ->
Updated
Jun 30, 2020
Julia
A fast Sudoku solver and generator with a benchmark suite for comparing the fastest known solvers.
A native gtk sudoku game written in haskell
Updated
May 29, 2017
Haskell
Updated
Jul 28, 2019
Rust
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!
Updated
Nov 26, 2019
Python
A package of 15 text-based modern games
Collection of ATS goodness
Updated
Oct 29, 2019
Java
PlaySudoku, a web sudoku game.
Updated
Jun 26, 2019
JavaScript
A Sudoku Solver that leverages TensorFlow and iOS BNNS for deep learning.
Updated
Jan 4, 2018
Swift
A Sudoku puzzle generator written in C++ using modified and efficient backtracking algorithm.
C# Sudoku solver that uses human techniques; no brute-forcing.
Solving Sudoku with Convolution Neural Networks.
Updated
May 31, 2020
Jupyter Notebook
Updated
Sep 1, 2018
JavaScript
Hodoku is a solver/generator/trainer/analyzer for standard sudoku.
Updated
Jan 24, 2020
Java
Extract and solve sudoku from image using OpenCV and Neural Network
Updated
Jul 2, 2020
Python
Sudoku solver in javascript
Updated
Dec 5, 2017
JavaScript
VueJS implementation of Sudoku
Updated
May 26, 2020
JavaScript
Improve this page
Add a description, image, and links to the
sudoku
topic page so that developers can more easily learn about it.
Curate this topic
Add this topic to your repo
To associate your repository with the
sudoku
topic, visit your repo's landing page and select "manage topics."
Learn more
You can’t perform that action at this time.
You signed in with another tab or window. Reload to refresh your session.
You signed out in another tab or window. Reload to refresh your session.
Idea:
When a pull request is made, CI can check for the basic rules of Sudoku, to flag any broken rules of uniqueness per rows, columns, and blocks.
The tests must use the table in the readme as the only source of truth. Tests may require formatting rules.
The tests should also be runnable locally.
The tests can use any programing environment. Having a test in one environment does