Vidyalelo
Data Structure · Q24

Searching Algorithms

Programming · Data Structure · question 24

Q24

What is the main advantage of using hash tables for searching?

A.
Requires less space than arrays.
B.
Fast average-case time complexity.
Answer
C.
Works well with linked lists.
D.
Requires less space than arrays.

Answer: Option B

Solution

Answer: Option B
No explanation is given for this question Let's Discuss on Board