Skip to content

ryuns/WordSearchSolver

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

WordSearchSolver

A C++ wordsearch solver.

Create a wordsearch and dictionary in the format displayed in the examples named "WordsearchPuzzle.txt" and "Dictionary.txt" respectively. Place both files in the same location as the exe and run the program, a file named "SolvedWordsearch.txt" will be created. This file will give the information of number of words found, the X and Y coordinates of the start of the word and the word itself, the words that couldn't be found and various performance data. This includes the number of cells visited, the dictionary entries visited, the combined time taken to populate the dictionary and grid structure and the time taken to solve the puzzle.

About

A C++ wordsearch solver.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages