Skip to content

A game solving agent to solve Diagonal Sudoku Puzzles.

Notifications You must be signed in to change notification settings

kkuivi/AIND-Sudoku

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Solve Sudoku with AI

Synopsis

As part of the Udacity AI Nanodegree, I extended an existing Sudoku-solving agent to solve diagonal Sudoku puzzles. A diagonal Sudoku puzzle is identical to traditional Sudoku puzzles with the added constraint that the boxes on the two main diagonals of the board must also contain the digits 1-9 in each cell (just like the rows, columns, and 3x3 blocks).

Functions Implemented

The functions I implemented are in solution.py. The functions are:

  • eliminate()
  • only_choice()
  • reduce_puzzle()
  • search()

About

A game solving agent to solve Diagonal Sudoku Puzzles.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages