A _________ search tree can have more than two children per node and can
store more than one element in each node.
D. None of the above
A _____ tree contains nodes that contain either one or two elements and have
zero, two, or three children.
A. 2-4
Inserting an element into a 2-3 tree can have a ripple effect up the tree causing
the _______ of the tree to increase.
A. order
If the propagation effect of a 2-3 tree insertion causes the root to _________, the
tree increases in height.
D. None of the above
A 2-4 tree expands on the concept a 2-3 tree to include the use of _________.
A. 2-nodes
A __________ tree extends the concept of 2-3 and 2-4 trees so that nodes can
have an arbitrary maximum number of elements.
A. 2-4
Access to ____________ storage is very slow relative to access to primary
storage, which is motivation to use structures such as B-trees.
A. recent