Ejemplo n.º 1
0
def main():
    pass
    b = BST()
    b.insert(12)
    b.insert(9)
    b.insert(13)
    b.preorder()