Set (abstract data type)
A collection of distinct elements that supports membership tests and operations such as insertion, removal, and union. Its defining property is that duplicate elements are not represented.
A collection of distinct elements that supports membership tests and operations such as insertion, removal, and union. Its defining property is that duplicate elements are not represented.