Skip to content

Takes in words and a bunch of letters and spits out the words the letters can form

Notifications You must be signed in to change notification settings

samb1729/elixir-anagrams

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Anagrams

Takes a dictionary and a character-list and spits out all words in the dictionary that can be formed from that character list.

Usage

$ mix run cli.exs (Exit with ctrl-c)

Running tests

$ mix test or $ mix coveralls or $ mix coveralls.html

About

Takes in words and a bunch of letters and spits out the words the letters can form

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages