Ask Question
20 July, 11:03

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. 20 July, 13:29
    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 and Technology if you're in doubt about the correctness of the answers or there's no answer, then try to use the smart search and find answers to the similar questions.
Search for Other Answers