Skip to content

firtanaelif/Sudoku

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Sudoku

Solve Sudoku Problem with AI


with open("sudoku3.txt", "r") as file:

a = file.read().split("\n")

sudoku_inputs = ""


  • Diğer farklı sudoku problemlerinin çözülmesi için "search.py" dosyasından text ismini değiştiriniz.
  • Go to search.py

About

Solve Sudoku Problem with AI

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages