The set was first introduced by Pascal and nowadays many programming languages support it in the form of language specification or in a standard library.
Java programming language offers Set
interface to support sets. In C++, STL provides set
classeses.
Sets can be implemented using various data structures. Practical ways include arrays, hash tables and any sort of tree structure.
ASCII code can be considered a set of 128 (or 256) characters.