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>>