БГ
Size: a a a
БГ
IK
E
E
БГ
tree = ...
left, center, right = tree
while left is not None:
left, center, _ = left
minimal = center
while right is not None:
_, center, right = right
maximal = center
IK
БГ
(left_branch, value, right_branch)
БГ
IK
БГ
IK
БГ
БГ
IK
БГ
AM
БГ