[Haskell-cafe] Sudoku Solver
Donald Bruce Stewart
dons at cse.unsw.edu.au
Mon Aug 6 22:17:01 EDT 2007
hughperkins:
>
> On 8/7/07, Donald Bruce Stewart <[1]dons at cse.unsw.edu.au>
> wrote:
>
> See also,
> [2]http://haskell.org/haskellwiki/Sudoku
> -- Don
>
> Just out of ... errr.... curiosity... which of those
> implementations is the fastest?
>
No idea. You could compile them all with -O2, run them on a set of
puzzles, and produce a table of results :-)
I'm a little surprised no one's tried a parallel solution yet, actually.
We've got an SMP runtime for a reason, people!
-- Don
More information about the Haskell-Cafe
mailing list