Skip to content

MVC Swing Gui that hashes sequences of characters in O(n) time

Notifications You must be signed in to change notification settings

ShyamW/Anagram_Hash

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 

Repository files navigation

Anagram Hash

Java MVC Swing Gui that hashes scrambled words into a product on prime integers.

The algorithm assigns each alphabetical letter a prime number and then multiplies all prime numbers to assign a scrambled word a hash value. This alorithm is O(n) in worst case, and is far faster than using maps or dictionaries to store letters and frequencies.

Currently: The program hashes scrambles

Future Plans: The program will hash a scramble and then provide suggested unscrambled words

About

MVC Swing Gui that hashes sequences of characters in O(n) time

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages