Hash Table

Introduce

Hash Table is a store organize data structure, have hash function in order to support insert and search.

what the different by hash map vs hash set ?

Have two different kind of Hash map and Hash set

the Hash Set is one of a implementations of set data structrue to store No repeated values.

the Hash Map is one of a implementations of map data structrue to store (Key ,Value) pairs.

Last updated

Was this helpful?