C++20 sections · 1024 units
Open in CourseQuiz: Unique elements
Unique elements
Check Your Understanding
What is special about a set?
- A.It stores duplicates
- B.It stores only unique values in sorted order
- C.It is faster than arrays
- D.It can only hold numbers