Q24
What is the main advantage of using hash tables for searching?
A.
Requires less space than arrays.
B.
Fast average-case time complexity.
AnswerC.
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