Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/emptyflash/wordfinder

Create a list of word from a string of characters.
https://github.com/emptyflash/wordfinder

Last synced: 2 days ago
JSON representation

Create a list of word from a string of characters.

Awesome Lists containing this project

README

        

WordFinder
==========

Create a list of word from a string of characters.

Given a string of input letters, this Java program with generate a list of words that can be made with the letters.

WARNING: this program is incredible inefficient (Big O of O(2^n))
=================================================================