erikthiem/findWordInGrid
Folders and files
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Repository files navigation
findWordInGrid by Erik Thiem This program generates a grid of letters based on an input file and then searches for specified words within the grid based on specified rules (left-to-right, top-to-bottom, etc.) To execute this program, run "ruby findWordInGrid.rb" from this directory.