Skip to content

Solve a Sudoku Using AI Fundamentals: Search & Constraint Propagation

Notifications You must be signed in to change notification settings

judemoon/sudoku

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 

Repository files navigation

Solve a Sudoku Using AI Fundamentals: Search & Constraint Propagation

December 2017, by Jude Moon

Overview

A Sudoku consists of a 9x9 grid, and the objective is to fill the grid with digits in such a way that each row, each column, and each of the 9 principal 3x3 subsquares contains all of the digits from 1 to 9. image

Files

  • Sudoku_Project.ipynb: solution codes for the project
  • Sudoku_notes.ipynb: Udacity AI Nanodegree Sudoku lecture notes

About

Solve a Sudoku Using AI Fundamentals: Search & Constraint Propagation

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published