README
Twice - Word Jumble code test
Setup: 1.) Download “WordJumble.java” 2.) Download “englishDict.txt” 3.) Keep both files in the same directory to run program successfully
The program should accept a string as input, and then return a list of words that can be created using the submitted letters. For example, on the input "dog", the program should return a set of words including "god", "do", and "go".
E.g.: java WordJumble abc
Output: cab
E.g.: java WordJumble reus
Output: ruse user sure
englishDict.txt was downloaded from http://wordlist.aspell.net/dicts/ and renamed from en_US.