Skip to content

A C# Windows Forms application to solve 4x4 Boggle boards.

License

Notifications You must be signed in to change notification settings

schnappischnap/BoggleSolver

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

BoggleSolver

A C# Windows Forms application to solve 4x4 Boggle boards.

  • The BoggleSolver class can solve any valid Boggle boards, regardless of size.
  • Uses a recursive method to perform a depth-first search of the board.
  • A trie allows us to prematurely end searches for words with invalid prefixes.

Screenshot

About

A C# Windows Forms application to solve 4x4 Boggle boards.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages