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.