philiph / kata06-anagrams

Code kata 06 - anagrams

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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


Languages

Language:Ruby 100.0%