BST Dictionary
Implemented a C++ template-based Binary Search Tree dictionary with insert, search, and remove functionalities. Added a Qt GUI to visualize and interact with the dictionary. Focus was on data structures; GUI was added for demonstration.