Skip to content

dgorissen/bogglepy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commits
 
 
 
 
 
 

Repository files navigation

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.

Releases

No releases published

Packages

No packages published

Languages