Project to help better understand the implementation of a Binary Search Tree using the language ofpython. Project will be able to add elements based on the rules of a self balancing binary search tree. The tree will be able to have the option to add,delete and search elements.