I\'m trying to build a Binary Search Tree that allows me to insert a custom object. I understand how to implement a tree that takes in primitive types like int and char, but