This method adds an element to a BST. Duplicate elements are not permitted.
BST
aBST$insert(42)
John Hughes