Skip to content

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

Stars

Watchers

Forks

Releases

Packages

Used by

Contributors

Languages