Advantage and Disadvantage of Hashing over other Searching Technique
Hashing is a searching technique that widely used in data structures for fast data retrieval. It uses a hash function. Basically this hash function takes keys(like names or numbers) and convert the key into index values. These index value help both in placing and finding data within a hash table. Advantages of Hashing Disadvantages of … Read more