Function result of AVL insert of tree tree and value value
tree
Format:
result of AVL insert of tree tree and value value
Input:
any tree -
any value -
Output:
node - None
Properties that reference this function:
result of AVL insert of tree tree and value value = result of balancing the tree (result of inserting value to tree tree) (AVL tree insert)
Comments
Please log in to add comments