Skip to content

Write a program that solves a word search puzzle as quickly and efficiently as possible.

Notifications You must be signed in to change notification settings

michaelnwani/optimization_methods_project3

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

The program reads an n x n grid of letters from a file and prints out all the words that can be found in the grid. Words can be found in the array by starting from any letter and reading left, right, up, down, or along any of the four diagonals. Words must be at least 5 characters long. The list of possible words is included in a file called 'dictionary'. Optimization Methods Class Fall 2012

About

Write a program that solves a word search puzzle as quickly and efficiently as possible.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published