What is the time complexity for searching, inserting, and deleting elements in a hashtable (in the average case)?

Hash Table and Sorting Algorithms Quiz

Quiz
•
Information Technology (IT)
•
University
•
Hard
Yasmin Kandil
Used 9+ times
FREE Resource
10 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
O(1)
O(log n)
O(n)
O(n log n)
2.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What is the function that determines the index of a key in a hashtable?
Sorting function
Mapping function
Hash function
Compression function
3.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
In open addressing, which collision resolution technique involves searching for the next available slot in a linear fashion?
Quadratic probing
Double hashing
Linear probing
Random probing
4.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Which of the following is NOT a desirable property of a good hash function?
It should be deterministic.
It should minimize collisions.
It should map similar keys to the same hash value.
It should distribute keys uniformly across the table.
5.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What is the primary purpose of a hashtable?
Sorting data
Storing data for quick retrieval
Compressing data
Securing data
6.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What is the time complexity of mergesort in the worst case?
O(n²)
O(n log n)
O(log n)
O(n)
7.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Mergesort is an example of which algorithmic paradigm?
Dynamic programming
Divide and conquer
Greedy algorithm
Backtracking
Create a free account and access millions of resources
Similar Resources on Quizizz
12 questions
Aula07 - Matrizes

Quiz
•
University
7 questions
Counting Sort

Quiz
•
University
15 questions
Challenging Algorithms and Sorting Concepts

Quiz
•
University
10 questions
Round3Quiz

Quiz
•
University
10 questions
Analisis Data

Quiz
•
8th Grade - University
10 questions
SWE111_quiz 2

Quiz
•
University
10 questions
Quick Sort

Quiz
•
University
15 questions
Quiz Analisis Data

Quiz
•
8th Grade - University
Popular Resources on Quizizz
15 questions
Character Analysis

Quiz
•
4th Grade
17 questions
Chapter 12 - Doing the Right Thing

Quiz
•
9th - 12th Grade
10 questions
American Flag

Quiz
•
1st - 2nd Grade
20 questions
Reading Comprehension

Quiz
•
5th Grade
30 questions
Linear Inequalities

Quiz
•
9th - 12th Grade
20 questions
Types of Credit

Quiz
•
9th - 12th Grade
18 questions
Full S.T.E.A.M. Ahead Summer Academy Pre-Test 24-25

Quiz
•
5th Grade
14 questions
Misplaced and Dangling Modifiers

Quiz
•
6th - 8th Grade