Objectives
- Modify a templated binary search tree class to handle duplicates.
- Process a text file to isolate words and store them in a binary search tree.
- Modify an overloaded insertion operator
- Test and debug the binary search tree's delete function.