1. A collection of distinct elements in which the sequence or arrangement of the elements is irrelevant; a mathematical or computational structure where elements have no inherent order
In mathematics, an unordered set {1, 2, 3} is equivalent to {3, 2, 1}.
Em matemática, um conjunto não ordenado {1, 2, 3} é equivalente a {3, 2, 1}.
2. A data structure in computer science that stores unique values without any specific sequence or indexing
Python's set type is an unordered set data structure.
O tipo set do Python é uma estrutura de dados de conjunto não ordenado.