Hash Collision
↔ when 2+ values share same Hash Code
Collision Resolution
(process) to handle Hash Collision in Hash Table
References
SHA1
↔ cryptography algo to compute 160-bit Hash Value, with some risk for Hash CollisionCollision Resolution
↔ (process) to handle Hash Collision in Hash TableOpen Address
↔ (process) to handle Hash Collision by find next empty array slotSeparate Chaining
↔ (process) to handle Hash Collision via link to list index