Exam 13: Advanced Implementations of Tables
Exam 1: Review of Java Fundamentals60 Questions
Exam 2: Principles of Programming and Software Engineering60 Questions
Exam 3: Recursion: the Mirrors60 Questions
Exam 4: Data Abstraction: The Walls60 Questions
Exam 5: Linked Lists60 Questions
Exam 6: Problem Solving With Abstract Data Types60 Questions
Exam 7: Stacks60 Questions
Exam 8: Queues60 Questions
Exam 9: Advanced Java Topics60 Questions
Exam 10: Algorithm Efficiency and Sorting60 Questions
Exam 11: Trees60 Questions
Exam 12: Tables and Priority Queues60 Questions
Exam 13: Advanced Implementations of Tables60 Questions
Exam 14: Graphs60 Questions
Exam 15: External Methods30 Questions
Select questions type
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:
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:
A collision is a condition that occurs when a hash function maps two or more distinct search keys into the same location.
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 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)
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)
Operations which are used to maintain the balance of AVL trees are known as ______.
(Multiple Choice)
4.9/5
(36)
In a 4-node,the smallest search key is found in the ______ subtree.
(Multiple Choice)
4.9/5
(29)
Showing 1 - 20 of 60
Filters
- Essay(0)
- Multiple Choice(0)
- Short Answer(0)
- True False(0)
- Matching(0)