binary-search-tree-3

create a method which called tree_insert which takes one argument. the method will insert the vlaue passed in by the argument and place it in the appropriate location within a binary search tree. assume some other code will provide main code just gave me tree_insert method.