ismlkrkmz / bogglepy

Solving the Boggle game with python

Home Page:http://elazungu.wordpress.com/2011/12/02/solving-boggle-with-python/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Solving the boggle game using Python with straightforward recursion (no Tries or anything fancy). 
This code started its life as part of the 1 December 2011 London Python Dojo (Team 1)

For fun a sequential and parallel version (using multiprocessing) of the solutoin routine can be run.

Its not particularly optimized for speed but should do the job.

About

Solving the Boggle game with python

http://elazungu.wordpress.com/2011/12/02/solving-boggle-with-python/


Languages

Language:Python 100.0%