Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tmck-code/wordsearchjava
A Java class that solves a word search puzzle
https://github.com/tmck-code/wordsearchjava
Last synced: 15 days 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 9 years ago)
- Default Branch: master
- Last Pushed: 2015-03-02T23:46:51.000Z (over 9 years ago)
- Last Synced: 2023-02-27T12:24:03.027Z (over 1 year 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.