You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A command-line program that loads a dictionary file into memory and constructs a hash table using the djb2 Hash Function, which is then used to spell-check text and print all misspelled words to the user.
This is simply a small console program that will prompt you a specified number of times to type a sentence correctly. It judges your speed, taking (words / time), and your accuracy, feeding the prompt and your input into the Demerau-Levenstein algorithm. This finds the minimum number of changes to make to change the one into the other.