Skip to content

Solves a bunch of Sudoku puzzles in the given blank_puzzles.txt and outputs the solutions.

Notifications You must be signed in to change notification settings

BlueBell-XA/Scripts__Sudoku_Solver

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

Solves a bunch of Sudoku puzzles in the given blank_puzzles.txt and outputs the solutions.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages