hash set
RU: хеш-множество
A hash-table-backed collection of unique keys with no associated values, supporting average O(1) membership test, insert, and delete. Used when the question is membership rather than lookup — for example, tracking visited nodes during graph traversal.