πŸ“Š C++
Q. What are the unordered Associative Containers?
  • (A) implement sorted data structures that can be quickly searched (O(log n) complexity).
  • (B) implements unordered data structures that can be quickly searched
  • (C) implements data structures which can be accessed in a sequential manner.
  • (D) none of these
πŸ’¬ Discuss
βœ… Correct Answer: (B) implements unordered data structures that can be quickly searched

You must be Logged in to update hint/solution

πŸ’¬ Discussion


πŸ“Š Question Analytics

πŸ‘οΈ
165
Total Visits
πŸ“½οΈ
3 y ago
Published
πŸŽ–οΈ
Tina Singh
Publisher
πŸ“ˆ
85%
Success Rate