Exam 13: Advanced Implementations of Tables

arrow
  • Select Tags
search iconSearch Question
flashcardsStudy Flashcards
  • Select Tags

What is the maximum and the minimum number of children that an internal node can have in a 2-3 tree?

Free
(Essay)
4.9/5
(38)
Correct Answer:
Verified

An internal node can have a maximum of 3 children and a minimum of 2 children in a 2-3 tree.

What is a collision?

Free
(Essay)
4.8/5
(27)
Correct Answer:
Verified

A collision is a condition that occurs when a hash function maps two or more distinct search keys into the same location.

In a 2-3 tree,______.

Free
(Multiple Choice)
4.9/5
(43)
Correct Answer:
Verified

C

In designing a hash table,why do we want the size of the table to be significantly larger than the maximum number of entries that we will insert into it?

(Essay)
4.8/5
(33)

A(n)______ is a balanced binary search tree.

(Multiple Choice)
4.9/5
(33)

A hash table is a(n)______.

(Multiple Choice)
4.9/5
(44)

A balanced binary search tree would have the maximum height possible for the tree.

(True/False)
4.7/5
(44)

______ is a collision-resolution scheme that uses an array of linked lists as a hash table.

(Multiple Choice)
4.9/5
(43)

If a particular 2-3 tree does NOT contain 3-nodes,it is like a ______.

(Multiple Choice)
4.9/5
(44)

What is a 3-node?

(Essay)
4.7/5
(40)

In a 3-node,______.

(Multiple Choice)
4.9/5
(34)

The height of a binary tree is sensitive to the order in which items are inserted into the tree.

(True/False)
4.8/5
(44)

A node that contains one data item and has two children is called a ______.

(Multiple Choice)
4.9/5
(35)

The load factor of a hash table is calculated as ______.

(Multiple Choice)
4.8/5
(32)

What is a 4-node?

(Essay)
4.9/5
(42)

Operations which are used to maintain the balance of AVL trees are known as ______.

(Multiple Choice)
4.9/5
(36)

What is a 2-node?

(Essay)
4.9/5
(39)

A 3-node contains three data items.

(True/False)
4.9/5
(41)

In a 4-node,the smallest search key is found in the ______ subtree.

(Multiple Choice)
4.9/5
(29)

All the nodes in a binary tree are ______.

(Multiple Choice)
4.8/5
(44)
Showing 1 - 20 of 60
close modal

Filters

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