Vidyalelo
Data Structure · Q1

Hashing

Programming · Data Structure · question 1

Q1

What is the primary purpose of hashing in data structures?

A.
To provide constant time complexity for searches.
Answer
B.
To sort elements in ascending order.
C.
To balance binary search trees.
D.
To implement priority queues.

Answer: Option A

Solution

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