In this project, a program was developed that would automatically solve a word search puzzle. The puzzle itself and the list of words to search will be provided by the user. The program then searches ...
I've always wanted to beat my friends in Word Hunt, so I built a solver that gives me all possible solutions given a board of letters. This program employs a recursive search algorithm that looks for ...