Exam 11: Binary Trees and B-Trees

arrow
  • Select Tags
search iconSearch Question
  • Select Tags

As in the case of an inorder traversal, in a postorder traversal, the first node visited is the rightmost node of the binary tree.

(True/False)
4.8/5
(36)

When data is being organized, a programmer's highest priority is to organize it in such a way that item insertion, deletion, and lookups (searches) are fast.

(True/False)
4.8/5
(39)

A search in a B-tree must start at the bottom node.

(True/False)
4.8/5
(35)

To implement the insertion algorithm in a B-tree, we only need algorithms to split a node and insert an item into a node.

(True/False)
4.7/5
(37)

When inserting into a B-tree, if the leaf is full, split the node into two nodes and the median key is moved to the ____ node.

(Multiple Choice)
4.9/5
(41)

To speed up item insertion and deletion in a data set, use ____.

(Multiple Choice)
4.8/5
(34)

After inserting (or deleting) a node from an AVL tree, the resulting binary tree does not have to be an AVL tree.

(True/False)
4.8/5
(42)
Showing 41 - 47 of 47
close modal

Filters

  • Essay(0)
  • Multiple Choice(0)
  • Short Answer(0)
  • True False(0)
  • Matching(0)