Hash Table
Hash Table
When the two different values have the same value, then the
problem occurs between the two values, known as a collision
1. replacement
2. Open Hashing: It is also known as closed addressing.
• Linear probing
• Quadratic probing
1. Closed Hashing: It is also known as open addressing.
Replacement:
Open Hashing:
linear probing:
Open Hashing:
quadratic probing:
Closed Hashing: It is also known as open addressing.