Skip to content

philiph/kata06-anagrams

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Code Kata 06 - Anagrams

By Philip Hagen and Jonathan Williams.

Given a file containing one word per line, print out all the combinations of words that are anagrams.

See: http://codekata.com/kata/kata06-anagrams/

Written in Ruby.

To install dependencies:

$ bundle install --path vendor/bundle --binstubs

To run specs:

$ rspec

Usage:

$ bundle exec lib/anagramer.rb wordlist.txt

About

Code kata 06 - anagrams

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages