https://github.com/tmck-code/wordsearchjava
A Java class that solves a word search puzzle
https://github.com/tmck-code/wordsearchjava
Last synced: 2 months ago
JSON representation
A Java class that solves a word search puzzle
- Host: GitHub
- URL: https://github.com/tmck-code/wordsearchjava
- Owner: tmck-code
- Created: 2015-02-12T01:49:45.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2015-03-02T23:46:51.000Z (over 10 years ago)
- Last Synced: 2025-02-05T20:59:48.758Z (4 months ago)
- Language: Java
- Size: 203 KB
- Stars: 1
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# WordSearchJava
A Java class that solves a word search puzzle.
This class requires the Red-Black tree implementation located at: https://github.com/tmck-code/RedBlackTree.git.
Ensure all class files are located in the same directory before compiling and running.The develop branch now uses List/ArrayList instead of RBTree to reduce
dependency.