Q25
What is the time complexity of searching for an element in a map in C++ STL?
A.
O(log n)
AnswerB.
O(1)
C.
O(n)
D.
O(n log n)
Answer: Option A
Solution
Answer: Option A
No explanation is given for this question Let's Discuss on Board