A data structure that stores elements without allowing duplicates.
A collection representing a set of elements with no duplicates allowed. Whether order is guaranteed depends on the implementation, and it's also commonly used to remove duplicates from a list.
© 2026 ITBGM