/sudoku_solver

small program to teach myself python

Primary LanguagePython

sudoku_solver

This solves any 4x4 Sudoku Board (9x9 wip)

how to run

  • Please download python3 and run python3 main.py
  • Input the board as per the instructions on screen

how does this work

A nice depiction of the backtracking in action: