This post originated from an RSS feed registered with Ruby Buzz
by Vincent Foley.
Original Post: Update: Sudoku Solver
Feed Title: Uncentered Mind
Feed URL: https://gnuvince.wordpress.com/feed/?cat=2
Feed Description: I ramble, you call me names, we have fun!
I worked a few hours on my Python sudoku solver tonight. I added a new solving strategy, I reorganized the tests and made a simple statistic tool. Here are the solving stats:
Before the new solving strategy:
{23:39}[vince@vincent: python/sudoku]% python stats.py
Easy puzzles : 48 out of 48 (100.00%) puzzles were solved
Medium puzzles: 37 out [...]