Search found 2 matches

by jamesaustin
Friday 24. January 2014, 14:01
Forum: English Str8ts forum
Topic: My Stupid Str8ts Solver...
Replies: 0
Views: 52225

My Stupid Str8ts Solver...

I've put the code to my (stupid) Str8ts solver online if anyone is interested in playing with it. Any tweaks / improvements / feedback are extremely welcome. The code is available on Github at: https://github.com/jamesaustin/str8ts The solver is able to solve all the Weekly Extreme puzzles (and the ...
by jamesaustin
Friday 3. January 2014, 15:03
Forum: English Str8ts forum
Topic: Algorithm to generate sure candidates for complete row / col
Replies: 2
Views: 25645

Algorithm to generate sure candidates for complete row / col

I've been writing a solver in Python for the past few days - simply for the pleasure of it. Could some one give me some tips about creating an algorithm for generating the sure candidates for a complete row / col? I have already created an algorithm to generate the sure candidates by compartment , b...