Releases: IloveNooodles/word-puzzle-solver
Releases · IloveNooodles/word-puzzle-solver
Word Puzzle Solver
Bugfix on some word being counted twice or more
Word Puzzle Solver
Word Puzzle is a puzzle consisting of letters arranged in a grid which contains a number of hidden words written in various directions.
The solver is made from Java using brute force algorithm. The algorithm itself is quite simple, just match each character in the word with each character in the puzzle itself in 8 direction.