Key Terms¶
AVL tree | binary heap | binary search tree |
binary tree | child / children | complete binary tree |
edge | heap order property | height |
inorder | leaf node | level |
map | min/max heap | node |
parent | path | postorder |
preorder | priority queue | root |
rotation | sibling | successor |
subtree | tree |