Question: IN JAVA: Write a client program that allows the user to pick one of your three spell checkers (the unbalanced BST, the balanced BST, or
IN JAVA:
Write a client program that allows the user to pick one of your three spell checkers (the unbalanced BST, the balanced BST, or the trie). The program should create a spell checker object of that type and then allow the user to enter any number of sentences to check. For each sentence, show the misspelled words and a list of suggested corrections for each one. Also have your program display the time required to read the word list when it creates the spell checker object.
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
