Multiple choice

In which of the following, we start searching the hash table sequentially from the beginning of the original hash location, and if a location is occupied, we check the next location?

  1. Double Hashing

  2. Buckets

  3. Directory

  4. Linear Probing

  5. Dynamic Hashing

Reveal answer Fill a bubble to check yourself
D Correct answer
Explanation

Here, we start searching the hash table sequentially from the beginning of the original hash location if a location is occupied, we check the next location.