Skip to content

nickhagood/Word-Search-Solver

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

WordSearchSolver

Author: Nick Hagood

Version: 1.0

Date: 10/25/2014

This console application takes two files as input:

  1. A list of words to be used as a dictionary.

  2. A grid of letters with hidden words in eight directions.

The application searches the grid against the dictionary file, then outputs any words that are found, the grid coordinate where that word begins, and the direction that word is hidden.

About

This console application takes two files as input: 1) a list of words and 2) a grid of letters with hidden words in various directions. The application searches the grid against the dictionary file, then outputs any words that are found, the grid coordinate where that word begins, and the direction that word is hidden.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages