https://github.com/emptyflash/wordfinder
Create a list of word from a string of characters.
https://github.com/emptyflash/wordfinder
Last synced: 3 months 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 (over 12 years ago)
- Default Branch: master
- Last Pushed: 2013-06-14T20:11:43.000Z (about 12 years ago)
- Last Synced: 2025-02-15T21:20:53.536Z (5 months 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))
=================================================================