Skip to content

Latest commit

 

History

History
4 lines (3 loc) · 315 Bytes

File metadata and controls

4 lines (3 loc) · 315 Bytes

WordSearchSolver

Author: Marco Mera

This is a solver for a word puzzle. The puzzle comes in the form of a N x N character grid (CSV format). The list of words to be found in the puzzle is a .txt file. The words will be found in all manisfestations of said word, that is forwards, backwards, and diagonally.