liucar / word-search-solver

A program that solves word search puzzles
0 stars 2 forks source link

word-search-solver

A program that solves word search puzzles of arbitrary dimensions. It locates the start and end positions of all length 6 or longer words from a dictionary that appear horizontally, vertically, and diagonally, either forwards or backwards in the puzzle. Wraparounds are excluded.

alt text

Data Structures:

Output

"answers.txt" is generated to report found words alphabetically with start and end positions.

alt text