top button
Flag Notify
    Connect to us
      Site Registration

Site Registration

DS: From how many ways the hash collision problem can be resolved ?

+1 vote
189 views
DS: From how many ways the hash collision problem can be resolved ?
posted Feb 27, 2016 by Harshita

Share this question
Facebook Share Button Twitter Share Button LinkedIn Share Button

1 Answer

0 votes

Various techniques are available to resolve hash collision. I know few of those as following:

  1. Chaining
  2. Liner Probing
  3. Quadratic Probing
  4. Double hashing.

Each method has its advantage and disadvantages, it depends on what is your system/application requirement.

answer Feb 28, 2016 by Vimal Kumar Mishra
Similar Questions
+3 votes

Hamming distance between two binary numbers is the number of different bits between two numbers. With respect to 0, how many numbers are there with 10 as the hamming distance and can be represented using 15 bits.

...