Skip to content

sarthaks20/Anagram-Generator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 

Repository files navigation

Anagram Generator

• Implemented an efficient algorithm that produced all valid anagrams of an input string using polynomial rolling hash function; generated anagrams were made up of words from a given vocabulary and could contain up to two spaces

• Double hashing was used to resolve collisions; devised an optimized approach to search through anagrams’ space

About

Anagram Generator

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages