Skip to content

stefanjacobs/sudoku

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Sudoku Solver in Go - Simple Version

TODO

Document me....

Random stuff

Modell:

  • Startzustand x_0
  • Menge von i Aktionen: X_n+1 = Action_i(X_n) -> resultiert in Menge von Folgezuständen
  • Prüfung, ob valider Zustand valid(X) = boolean
  • Heuristik h(X) = Wert
  • Prüfung, ob Zielzustand final(X) = boolean

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published