Page 1 of 1

What are the Associative Containers?

Posted: Wed Jul 13, 2022 7:52 pm
by answerhappygod
a) Containers that implements data structures which can be accessed sequentially
b) Containers that implements sorted data structures for fast search in O(logn)
c) Containers that implements unsorted(hashed) data structures for quick search in O(1)
d) Containers that implements data structures which can be accessed non-sequentially