CS 240: Algorithms and Data Structures
James Madison University, Fall 2024

Binary Search Trees

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.

Submission

Submit BSTDictionary.java through Gradescope.