Insert a key in a binary search tree if the binary search tree does not already contain the key. Return the root of the binary search tree. Assumptions There are no duplicate keys in the binary search tree If the key is already existed in the binary search tree, you the