Skip to content

Find all words which will match a given character pattern

Notifications You must be signed in to change notification settings

mitchellkager/Decoder

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 

Repository files navigation

Decoder

Given a one-word string via the command-line, prints all instances of strings within a device's dictionary matching the pattern of characters.

usage: javac Decoder.java && java Decoder [pattern] [optional dictionary]

For example, "waterfall" matches "backstaff", "bankshall", "beachless", etc.

Can also accept a user-defined dictionary as a second parameter.

About

Find all words which will match a given character pattern

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages