Skip to content

sidroopdaska/Sudoku

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Sudoku

AI Agent that can solve the Sudoku puzzle

Techniques Employed:

  1. Constraint Propagation
  2. Search - DFS

Extensions to the standard Sudoku puzzle solving algorithm:

  1. Naked Twin technique for added heuristic
  2. Diagonal Sudoku puzzle solving capability.