Skip to content

Latest commit

 

History

History
11 lines (9 loc) · 581 Bytes

README.md

File metadata and controls

11 lines (9 loc) · 581 Bytes

word-search-solver

A "Word Search" solver

Example of Word Search Solver

Instructions:

The program requires two plaintext files, words.txt and puzzle.txt, in the same directory as the executable. Input the word list into words.txt, with each word on its own line. Input the puzzle into puzzle.txt, with no spaces between the characters. Run the program, and follow the on-screen instructions. The program will find the words, and display them one by one at their position in the puzzle.