The hashing method, which brings the search performance to constant O(1) performance regardless of the number of data, and 3 different methods to be used in case of collision are mentioned.
Methods:
Open Hashing
Closed Hashing
Double Hashing
Source: https://github.com/mfadak/DataStructu...