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 merging working copy to this repo... made a lot of changes but didnt sync to previous git repo 8659b72 @ 2013-09-23 06:23:20
Properties First commit 2013-09-23 04:19:43
wordlists First commit 2013-09-23 04:19:43
.gitignore Added gitignore and took care of daemon file that allows cloning over HTTP 2013-09-23 06:19:09
Boggle.cs merging working copy to this repo... made a lot of changes but didnt sync to previous git repo 2013-09-23 06:23:20
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