Hash Table
is a data structure which organizes data using hash functions
in order to support quick insertion and searchhash set
: It’s one of the implementations of a set
data structure to store no repeated values
.hash map
: It’s one of the implementations of a map
data structure to store (key, value)
pairsset()
and dict()