Skip to content

Sudoku solver project for Udacity's AI Nanodegree program

License

Notifications You must be signed in to change notification settings

ckataki/SudokuSolver

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SudokuSolver

Introductory Sudoku solver project for the Udacity AI Nanodegree program

An explanation of strategies and heuristics can be found here: http:https://www.sudokudragon.com/sudokustrategy.htm

This project uses the following heuristics and constraints:

  1. Naked twins
  2. Diagonal constraints (the constraint of unique digits also applies to the two diagonals)

Requirements

This project requires Python 3.

About

Sudoku solver project for Udacity's AI Nanodegree program

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages