Skip to content

SethHWeidman/AIND-Sudoku

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

72 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Artificial Intelligence Nanodegree

Introductory Project: Diagonal Sudoku Solver

The program that actually solves the Sudoku is the solution.py file.

The file implements the simple, self-explanatory eliminate and only_choice strategies, as well as more advance naked_twins strategy, which is well-commented if you want to see how I did it.

The search function does depth-first search, and the solve function does runs the other functions until the Sudoku is solved.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Jupyter Notebook 97.5%
  • Python 2.5%