Binary Tree¶ Binary Search Tree Interface TreeNode TreeNode.__init__() BST BST.__init__() BST.find() BST.find_min() BST.find_max() BST.insert() BST.delete() AVL Tree Interface main() The Same BST Interface Sentinel SentinelNode TreeNode BST BST.insert() build_tree() check() judge() reset() main() Ex. Reverse Single Linked List Interface