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 Removing byte order mark using sed -i '1 s/^\xef\xbb\xbf//' *.cs 1b3f85f @ 2013-09-23 06:42:21
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 Revert "Removing byte order mark in file using for f in `ls`; do awk '{if(NR==1)sub(/^\xef\xbb\xbf/,"");print}' $f > $f; done" 2013-09-23 06:37:32
Boggle.csproj Removing byte order mark using sed -i '1 s/^\xef\xbb\xbf//' *.cs 2013-09-23 06:42:21
Boggle.csproj.user Removing byte order mark using sed -i '1 s/^\xef\xbb\xbf//' *.cs 2013-09-23 06:42:21
Boggle.sln Revert "Removing byte order mark in file using for f in `ls`; do awk '{if(NR==1)sub(/^\xef\xbb\xbf/,"");print}' $f > $f; done" 2013-09-23 06:37:32
BoggleBoard.cs Removing byte order mark using sed -i '1 s/^\xef\xbb\xbf//' *.cs 2013-09-23 06:42:21
BoggleList.cs Removing byte order mark using sed -i '1 s/^\xef\xbb\xbf//' *.cs 2013-09-23 06:42:21
BoggleSolver.cs Removing byte order mark using sed -i '1 s/^\xef\xbb\xbf//' *.cs 2013-09-23 06:42:21
Constants.cs Removing byte order mark using sed -i '1 s/^\xef\xbb\xbf//' *.cs 2013-09-23 06:42:21
ListWord.cs Removing byte order mark using sed -i '1 s/^\xef\xbb\xbf//' *.cs 2013-09-23 06:42:21
Tile.cs Removing byte order mark using sed -i '1 s/^\xef\xbb\xbf//' *.cs 2013-09-23 06:42:21
WordComparer.cs Removing byte order mark using sed -i '1 s/^\xef\xbb\xbf//' *.cs 2013-09-23 06:42:21
WordOnBoard.cs Removing byte order mark using sed -i '1 s/^\xef\xbb\xbf//' *.cs 2013-09-23 06:42:21