Skip to content
This repository has been archived by the owner on May 4, 2020. It is now read-only.
/ anagram-classes Public archive

Sort words into anagram classes with identical letter-sets.

Notifications You must be signed in to change notification settings

sam-hunt/anagram-classes

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

anagram-classes

Sort words into anagram classes with identical letter-sets, e.g.

  • kitchener
  • tiffy
  • rethicken
  • hands
  • thickener
  • fifty

Would be organised:

  • ['kitchener', 'rethicken', 'thickener']
  • ['fifty', 'tiffy']
  • ['hands']

About

Sort words into anagram classes with identical letter-sets.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages