Skip to content

CS 146 Created a word search that finds multiple words of any length and any grid. I used Nested ArrayLists/Maps/BufferedReader to make it work.

Notifications You must be signed in to change notification settings

whojoey/WordSearch

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

WordSearch

CS 146

Created a word finder for a word search for a CS 146 that can be of any length in multiple directions (forward, back, left, right, all diagonal). It uses a 2D Arraylist(nested ArrayList) and ArrayList of Strings to store the characters in Java. The code pulls the search from a input.txt file through a Buffered Reader. It also uses Maps to store the words located in multiple locations. It only works for txt file formatted a certain way such as:

a b c d e f g h
a b c d e f g h
a b c d e f g h
a b c d e f g h
a b c d e f g h

abcd efgh aaaaa bbbbb cdef hgfe

About

CS 146 Created a word search that finds multiple words of any length and any grid. I used Nested ArrayLists/Maps/BufferedReader to make it work.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages