Skip to content

agapic/BoggleSolver

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

BoggleSolver

Lists every permutation of words in an NxN letter grid. Input:

  • a dictionary of words (one is provided)
  • an NXN 2-dimensional grid of letters

Output:

  • Finds every word by connecting adjacent letters.

How to use:

  • Make
  • main words.txt board.txt

About

Lists every permutation of words in an NxN letter grid.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors