Shares
facebook sharing button Share
twitter sharing button Tweet
email sharing button Email
linkedin sharing button Share
reddit sharing button Share
tumblr sharing button Share
blogger sharing button Share
print sharing button Print
skype sharing button Share
sms sharing button Share
whatsapp sharing button Share
arrow_left sharing button
arrow_right sharing button

Hashing - Collision

<<Previous - Hash Table

Next - Open Hashing >>





Collision

When two keys are hashed to same location, then this situation is called collision. This will be avoided by using two simple methods. We are going to discuss them one by one.

  1. Open Hashing otherwise called as Separate Chaining
  2. Closed Hashing otherwise called as Open Addressing


<<Previous - Hash Table

Next - Open Hashing>>










Hashing - Collision

<<Previous - Hash Table

Next - Open Hashing >>





Collision

When two keys are hashed to same location, then this situation is called collision. This will be avoided by using two simple methods. We are going to discuss them one by one.

  1. Open Hashing otherwise called as Separate Chaining
  2. Closed Hashing otherwise called as Open Addressing


<<Previous - Hash Table

Next - Open Hashing>>