Closed
Description
Feature description
I would like to modify the basic_binary_tree.py file under datastructures/binary_tree section. I propse adding a new BinaryTree class which will serve as a main interface for creating and manipulating binary trees. Additionally i want all the utilities function of the present file to be the methods of the new class.