Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/emptyflash/wordfinder
- Owner: emptyflash
- Created: 2012-11-12T04:07:08.000Z (almost 12 years ago)
- Default Branch: master
- Last Pushed: 2013-06-14T20:11:43.000Z (over 11 years ago)
- Last Synced: 2023-04-01T08:35:21.995Z (over 1 year ago)
- Language: Java
- Size: 742 KB
- Stars: 0
- Watchers: 0
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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))
=================================================================