Skip to content

danlinde/anagram

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 

Repository files navigation

anagram

Solve anagram problem using TDD & RSpec.

Given a list of strings, return a list of list of strings of anagrams, i.e. each element of the returned list is a list of words that are anagrams among them.

For example,

input:   [stars, mary, rats, tars, army, banana]
output: [ [rats, tars], [army, mary], [stars], [banana] ].

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages