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

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

Releases

No releases published

Packages

No packages published

Languages