Which of the following containers is have search complexity O(n)?
Explanation
std::set has logarithmic complexity (red-black tree). The complexity of std::hash_set depends heavily on the implementation of the hashing function, but it is tried to be selected in such way that the element is accessed with constant complexity.

Follow CodeGalaxy

Mobile Beta

Get it on Google Play
Send Feedback
Cosmo
Sign Up Now
or Subscribe for future quizzes