michaelmunson1 / sudoku

Sudoku solver

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

sudoku

Command line sudoku solver, using initial domain reduction, least-constraining value heuristic, and backtracking DFS.

TODO: Describe command-line arguments, approach taken

About

Sudoku solver


Languages

Language:Python 100.0%