Home »
MCQs »
Data Structure and Algorithms (DSA) MCQs
Which of the following exhibits the search efficiency of O(1)?
23. Which of the following exhibits the search efficiency of O(1)?
- Stack
- Queue
- Hashtable
- Heap
Answer
The correct answer is: C) Hashtable
Explanation
Hashtable has the capability of O(1) time complexity.