sudoku-solver topic

List sudoku-solver repositories

neuro-symbolic-sudoku-solver

68
Stars
7
Forks
Watchers

⚙️ Solving sudoku using Deep Reinforcement learning in combination with powerful symbolic representations.

python-sudoku-generator-solver

77
Stars
36
Forks
Watchers

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 s...

Udacity

67
Stars
59
Forks
Watchers

This repo includes all the projects I have finished in the Udacity Nanodegree programs

DPLL-Algorithm

31
Stars
7
Forks
Watchers

华中科技大学数据结构课程设计2018 An algorithm to solve SAT problem

SolveSudoku

52
Stars
30
Forks
Watchers

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

sudoku-solver-js

21
Stars
10
Forks
Watchers

Sudoku solver in javascript

grilops

65
Stars
6
Forks
Watchers

a GRId LOgic Puzzle Solver library

sudoku-genetic-algorithm

19
Stars
30
Forks
Watchers

Solves a Sudoku puzzle using a genetic algorithm.