Ask Question

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

+4
Answers (1)
  1. 7 May, 17:33
    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?
Find 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 the answers seem to be not correct or there’s no answer. Try a smart search to find answers to similar questions.
Search for Other Answers