Code in C# to generate and solve a Boggle board. It's highlight is an intelligent representation of words in memory that aids recursion while minimizing the memory space usage. Link to download code: http://src.devghai.com/boggleNet/zipball/master Cloning is not available yet.

Dev Ghai Dev Ghai First commit f3e8ffc @ 2013-09-23 04:19:43
Properties First commit 2013-09-23 04:19:43
wordlists First commit 2013-09-23 04:19:43
Boggle.cs First commit 2013-09-23 04:19:43
Boggle.csproj First commit 2013-09-23 04:19:43
Boggle.csproj.user First commit 2013-09-23 04:19:43
Boggle.sln First commit 2013-09-23 04:19:43
BoggleBoard.cs First commit 2013-09-23 04:19:43
BoggleList.cs First commit 2013-09-23 04:19:43
BoggleSolver.cs First commit 2013-09-23 04:19:43
Constants.cs First commit 2013-09-23 04:19:43
ListWord.cs First commit 2013-09-23 04:19:43
Tile.cs First commit 2013-09-23 04:19:43
WordComparer.cs First commit 2013-09-23 04:19:43
WordOnBoard.cs First commit 2013-09-23 04:19:43