Skip to content

geraldini/anagram-db

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

Problem Statement

Two words are anagrams if they have the same letters in a different order, for example, 'stressed' and 'desserts', 'elbow' and 'below'.

Create a program that manages anagrams.

  • When queried for a word, the program should print all the words known by the system that are anagrams of the searched word.
  • The word itself should not be printed.
  • If the word the user searched for isn’t known by the system yet, add that word to the list of known words.

The program should take one argument:

  • word (mandatory): word to search for anagrams

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages