Html Javascript Jsfiddle Implement Trie Functions Addtotrie Checkspelling Created Trie Add Q37209767

In HTML and Javascript for JSFiddle.

Implement a TRIE that has both the functions AddToTRIE andCheckSpelling.

Once you have created the TRIE add the words (hard code) I, in,into, inlet, inn, inner, innate, ink. These are good words to useto test your TRIE

Create an interface that has one text box for entry and 2buttons – Add To Dictionary and Spell Check. They should ad theword to the TRIE (feedback – word added) and check the word againstthe TRIE and return in the word was in or not in thedictionary.

As the user enters letters into the textbox we will want to seewhat words

OR
OR

Leave a Comment

This site uses Akismet to reduce spam. Learn how your comment data is processed.