Skip to content

Latest commit

 

History

History
13 lines (7 loc) · 214 Bytes

README.md

File metadata and controls

13 lines (7 loc) · 214 Bytes

Jumble

Get all anagrams of an input string and it's substrings.

Usage:

javac Jumble.java

java Jumble 'word_list_path' 'input_string'

The resultant words will be printed out with one word on each line.