Skip to content

Instantly share code, notes, and snippets.

@pallih
Created January 28, 2013 01:15
Show Gist options
  • Save pallih/4651934 to your computer and use it in GitHub Desktop.
Save pallih/4651934 to your computer and use it in GitHub Desktop.
scramble & boggle algorithms
http://www.gtoal.com/scrabble/boggle.html
http://stackoverflow.com/questions/12237422/4x4-grid-of-letters-word-generator-scramble-with-friends
http://developmentality.wordpress.com/2012/05/30/solving-scramble-with-friends-a-tale-of-three-data-structures/
http://blog.scoompa.com/
http://stackoverflow.com/questions/746082/how-to-find-list-of-possible-words-from-a-letter-matrix-boggle-solver
http://allaboutalgorithms.wordpress.com/2012/04/07/boggle-solver/
http://exceptional-code.blogspot.com/2012/02/solving-boggle-game-recursion-prefix.html
http://everydayscripting.blogspot.com/2009/08/python-boggle-solver.html
http://dirkgorissen.com/2011/12/02/solving-boggle-with-python/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment