Vidyalelo
Data Structure · Q12

Searching Algorithms

Programming · Data Structure · question 12

Q12

What is the primary advantage of using hashing for searching compared to binary search?

A.
Works efficiently with small datasets.
B.
Constant time complexity on average.
Answer
C.
Requires less memory.
D.
Works efficiently with small datasets.

Answer: Option B

Solution

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