Skip to content

A short algorithm using Backtracking to solve a sudoku board.

Notifications You must be signed in to change notification settings

ruipcf/Sudoku-solver-Backtracking

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Sudoku solver using Backtracking

Features

  • Show the recursions of a sudoku solver backtracking algorithm during the time using pygame
  • Function that finds a sequence of numbers to try to solve the sudoku board using less than 100 recursions

Setup

 install Requirements with:
    $ pip install -r requirements.txt

solved

About

A short algorithm using Backtracking to solve a sudoku board.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages