Skip to content

Latest commit

 

History

History
9 lines (7 loc) · 468 Bytes

README.md

File metadata and controls

9 lines (7 loc) · 468 Bytes

Sudoku Solver

Description

Take a blank_puzzles.txt of unsolved sudoku puzzles and outputs the correctly solved puzzles to a text file.

Usage

  • Add any unsolved Sudoku puzzles in the blank puzzles text document in the example format. Zeros represent a blank space.
  • Run the main.py script to solve and output all the puzzles at once.
  • Current individual puzzle time-out is set to 10 seconds. Change this the TIMEOUT_SECONDS constant in main.py if required.