BST-Based Dictionary. This dictionay maps from the characters in “THEQUICKBROWNFOXJUMPSOVERTHELAZYDOG” to the index of their last appearance in the string.
Instructions
Download the following files and complete the unfinished methods at
the bottom of BSTDictionary.java.
Dictionary.java - Dictionary interface
representing a simple dictionary/map ADT.
BSTDictionary.java - UNFINISHED BST
class that implements the Dictionary interface. You need to
complete the methods at the bottom of the file so that they conform
to the Javadoc comments.