Ask Question
30 September, 15:07

Using a second hash function to compute increments for probe increments is called

A. Probe counting

B. Sequence hashing

C. Double hashing

D. Function hashing

+5
Answers (1)
  1. 30 September, 17:21
    0
    (C) Double Hashing.

    Explanation:

    Double hashing is technique to counter collision in hashmaps specially in open Addressed hashmaps.

    Collision occurs when we are inserting a key in a hashmap that is already present in the hashmap. Now we have two same keys with different values.

    Double hashing uses a second hash function when there is collision.
Know the Answer?
Not Sure About the Answer?
Get an answer to your question ✅ “Using a second hash function to compute increments for probe increments is called A. Probe counting B. Sequence hashing C. Double hashing ...” in 📙 Computers & Technology if there is no answer or all answers are wrong, use a search bar and try to find the answer among similar questions.
Search for Other Answers