🎴 Flashcard Mode

Data Structures and Algorithms

Card1 / 15
Mastered0
Review0
QuestionClick to flip

Which data structure is used to store a collection of unique elements in no particular order?

AnswerClick to flip back
A
Set
💡 Explanation:

A set is a data structure that stores a collection of unique elements. It does not maintain any specific order for the elements.

Change Mode