Skip to content

Sudoku solver using the AC-3 constraint propagation algorithm, written in Python

Notifications You must be signed in to change notification settings

SuperChocomocha/Sudoku-solver

Repository files navigation

Max Guo
November 21, 2011
Sudoku solver

TODO: - fix backtrack(), not recursive

USAGE: - python sudoku_solver.py

         input files are text files without any extensions
             solutions are output into the same directory

         look at sample puzzles to see format of input files
             solutions to sample puzzles also included

       - more puzzles can be found at www.websudoku.com

About

Sudoku solver using the AC-3 constraint propagation algorithm, written in Python

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published