Question 14084 – Hashing
December 9, 2023Question 3075 – Research Aptitude
December 9, 2023Question 4097 – Hashing
Which of the following is not collision Resolution Technique :
Correct Answer: C
Question 29 Explanation:
→ Hash collisions are practically unavoidable when hashing a random subset of a large set of possible keys.
→ Two keys mapping to the same location in the hash table is called “Collision”.
Collision Resolving techniques
1. Separate chaining
2. Open addressing
i. Linear Probing
ii. Quadratic Probing
iii. Double hashing
→ Two keys mapping to the same location in the hash table is called “Collision”.
Collision Resolving techniques
1. Separate chaining
2. Open addressing
i. Linear Probing
ii. Quadratic Probing
iii. Double hashing
Hash addressing
Chaining
Indexing
None of these
Subscribe
Login
0 Comments