Skip to content

Latest commit

 

History

History
14 lines (7 loc) · 273 Bytes

README.md

File metadata and controls

14 lines (7 loc) · 273 Bytes

Word Search

This code finds every path that forms a word in the puzzle. Please checkout the examples in the input.

To compile, please run:

javac Main.java

End then execute the Main script:

java Main inputs/puzzle1

And the results will be shown in the terminal.