Exam 14: Multi-Way Search Trees
Exam 1: Introduction36 Questions
Exam 2: Analysis of Algorithms31 Questions
Exam 3: Introduction to Collections - Stacks49 Questions
Exam 4: Linked Structures - Stacks51 Questions
Exam 5: Queues28 Questions
Exam 6: Lists42 Questions
Exam 7: Iterators32 Questions
Exam 8: Recursion57 Questions
Exam 9: Searching and Sorting54 Questions
Exam 10: Trees47 Questions
Exam 11: Binary Search Trees50 Questions
Exam 12: Heaps and Priority Queues29 Questions
Exam 13: Sets and Maps47 Questions
Exam 14: Multi-Way Search Trees47 Questions
Exam 15: Graphs29 Questions
Exam 16: UML16 Questions
Exam 17: Object-Oriented Design54 Questions
Select questions type
The __________ method is very effective when dealing with an unknown set of key values.
(Multiple Choice)
4.9/5
(34)
In the shift folding method, the parts of the key are added together to create the index.
(True/False)
4.9/5
(41)
In the ______ method, the parts of the key are added together to create the index.
(Short Answer)
4.9/5
(38)
______ involves using only a part of the element's value or key to compute the location at which to store the element.
(Short Answer)
4.9/5
(42)
The chaining method for handling collisions simply treats the hash table conceptually as a table of individual cells rather than as a table of collections.
(True/False)
4.8/5
(35)
The open addressing method for handling collisions looks for another open position in the table other than the one to which the element is originally hashed.
(Multiple Choice)
4.8/5
(44)
The load factor is the ______ percentage occupancy allowed in the hash table before it is resized.
(Short Answer)
4.8/5
(33)
A hashing function that maps each element to a unique position in the table is said to be a _________ hashing function.
(Multiple Choice)
4.9/5
(38)
A hashing function that maps each element to a unique position in the table is said to be an ideal hashing function.
(True/False)
4.8/5
(38)
The load factor is the minimum percentage occupancy allowed in the hash table before it is resized.
(True/False)
4.9/5
(37)
Extraction involves using only a part of the element's value or key to compute the location at which to store the element.
(True/False)
4.8/5
(40)
The ______ method for handling collisions simply treats the hash table conceptually as a table of collections rather than as a table of individual cells.
(Short Answer)
4.9/5
(33)
Showing 21 - 40 of 47
Filters
- Essay(0)
- Multiple Choice(0)
- Short Answer(0)
- True False(0)
- Matching(0)