Skip to content

rahulpandya/Twice

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

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.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages