def __init__(self, data): self.data = data self.left=None self.right= None class binoryTree: maxi=float(\'inf\') mini=-float(\'i