Please, do as you will with my code!
It's free for all to play with.
TBH, I'm delighted that someone else can find use for it.
I'd love to see what improvements you could make.
I've also now posted up on the wiki page some plots of the performance
using Incanter
http://wiki.github.com/phraemer/Boggle-Solver
I tested this against a friends very neat (but not optimised) c++
implimentation and it's only slightly faster as far as I can tell.
I suspect that some clever people on here could easily get better
performance out of my version and yet keep it idiomatic. (Come on you
guys and gals ;))
What I do love is that it would be trivial to parallelise this in
Clojure with no risk of locking, but still the most interesting thing
right now is tackling the single threaded performance.
On Nov 10, 10:53 am, william douglas <
william.r.doug...@gmail.com>
wrote: