demonCoder95 / word-solver

Given a grid of alphabets, determine all the horizontal and vertical English dictionary words

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Word Puzzle Solver

Given word puzzles of a grid of letters, where horizontal and vertical words have to be computed, this algorithm can solve it, of any size, by comparing with a dictionary file.

Future Expansion

  1. Add support for other languages, using unicode dictionaries
  2. Add ability to detect diagonal words

About

Given a grid of alphabets, determine all the horizontal and vertical English dictionary words


Languages

Language:Python 100.0%