/sudoku-solver

A sudoku solver that uses a backtracking algorithm.

Primary LanguagePython

sudoku

A simple Python script that solves a pre-defined Sudoku board using a backtracking algorithm.

Future updates that I'm working on:

  • Implementing a GUI
  • Allow the user to play the game
  • Randomised starting boards