Skip to content

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

Notifications You must be signed in to change notification settings

ramnanib2/Jumble

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 

Repository files navigation

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.

About

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages