1. A group of items or elements that has no specific sequence, arrangement, or hierarchy; commonly used in programming and mathematics to describe data structures where order does not matter
In mathematics, a set is an unordered collection of distinct elements.
Em matemática, um conjunto é uma coleção desordenada de elementos distintos.
2. Any aggregation of objects, data, or items without a defined order or priority
A hash set in Java is an unordered collection that does not allow duplicate values.
Um HashSet em Java é uma coleção desordenada que não permite valores duplicados.