Multiple choice

Which of the following data structures represents the collection of objects which may or may not contain duplicates?

  1. Set

  2. queue

  3. List

  4. array

  5. Tree

Reveal answer Fill a bubble to check yourself
C Correct answer
Explanation

This data structure represents the collection of objects, which may or may not contain duplicates.