Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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.