View Single Post
  #1  
Old 06-19-2008, 02:08 AM
Kristi Kristi is offline
Bowie's Deciple
Kristi's Avatar
Join Date: Dec 2003
Location: Boston, MA
Posts: 748
Kristi has a spectacular aura aboutKristi has a spectacular aura about
Send a message via AIM to Kristi Send a message via MSN to Kristi
Programming Exercise #5: Solving Boggle?!

For those of you who know not what Boggle is:
http://en.wikipedia.org/wiki/Boggle

So today boys and... boys, our task is to make a word finder in Boggle.
Given a word list, find all the words from that list you can make on an x by x Boggle board (the game itsself is a 4x4 board, but we can do better )

Expert Level: Do the above task with recursion

Addeum: We can use the TWL06 as our word list.
http://www.cs.bu.edu/fac/byers/cours...ndouts/TWL.txt
__________________

Last edited by Kristi; 06-19-2008 at 03:09 PM..
Reply With Quote