Solving Every Sudoku Puzzle (2006)
norvig.com
Solving Every Sudoku Puzzle (2006)
1–10 of 101 posts
Re: Solving Every Sudoku Puzzle (2006)
#2Re: Solving Every Sudoku Puzzle (2006)
#3https://github.com/war1025/sudoku-solver/blob/master/Sudoku/...
Re: Solving Every Sudoku Puzzle (2006)
#4Re: Solving Every Sudoku Puzzle (2006)
#5Re: Solving Every Sudoku Puzzle (2006)
#6They’re my go to problem when learning a new programming language because they’re just complex enough to exercise a whole bunch of different language features.
I built this when I wanted to learn Swift and dip my toe into machine learning: https://twitter.com/braddwyer/status/910030265006923776?s=21
Re: Solving Every Sudoku Puzzle (2006)
#7Wrote a solver using basically the same idea back in college. Was kind of fun. Probably some stupid things in there that I would do differently now with more experience. https://github.com/war1025/sudoku-solver/blob/master/Sudoku/...
Amusingly, my rationale was much like the author's; I freakin' hate Sudoku. So the fact it's such an obvious candidate to have an automated solver for meant I wrote one (it was also an excuse to do something more meaningful than the intro to CS exercises that class had me doing).
Re: Solving Every Sudoku Puzzle (2006)
#8[0] https://ericpony.github.io/z3py-tutorial/guide-examples.htm
Re: Solving Every Sudoku Puzzle (2006)
#9Re: Solving Every Sudoku Puzzle (2006)
#10You could substitute "Sudoku" with most social media platforms and it would be equally true. ;)