Searching map area
Set (abstract data type)
N 0%
Abstract data type for storing unique values
Ratings
0
Nobody has rated this yet. Be the first!
Instances
1
Influencing rating
N 0%
Lists
0

In computer science, a set is an abstract data type that can store unique values, without any particular order. It is a computer implementation of the mathematical concept of a finite set. Unlike most other collection types, rather than retrieving a specific element from a set, one typically tests a value for membership in a set.