Please enable JavaScript.
Coggle requires JavaScript to display documents.
Spellchecker - Coggle Diagram
Spellchecker
General Considerations
Constraints
Must be a word, not a name
-
-
-
-
-
-
-
-
-
Scenario 3: Extra letter
-
Functional Code
if word in dictionary, add to list
-
go through iterations, each iteration, delete a character
after deleting letter, check against dictionary
-
-
-