πŸ“Š C++
Q. Which of the following are true about unordered sequence container?
  • (A) these are implements through unordered data structures that can be quickly searched
  • (B) these are implements through data structures which can be accessed in a sequential manner
  • (C) A & B both
  • (D) these can be implemented through sorted data structures that can be quickly searched (O(log n) complexity).
πŸ’¬ Discuss
βœ… Correct Answer: (A) these are implements through unordered data structures that can be quickly searched

You must be Logged in to update hint/solution

πŸ’¬ Discussion


πŸ“Š Question Analytics

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