- bst: The
remove()
method return the successfully deleted elements - bst: Change the
order()
method name tosequence()
- avl: The
remove()
method return the successfully deleted elements - avl: Change the
order()
method name tosequence()
- stack: First-in-last-out data container
- queue: First-in-first-out data container
- linklist: Nonlinear data container
- bst: binary search tree
- avl: balanced binary search tree