1) When collisions are handled by separate chaining. 2) When collisions are handled by linear probing. 3) When collisions are handled by double hashing using second hash function $\mathrm{h}^{\prime}=5-(5 \bmod \mathrm{k})$.
Explanation
Separate chaining is a technique used to handle collisions in hash tables by storing colliding elements in separate linked lists. Linear probing is a technique used to handle collisions by probing the next slot in the table. Double hashing is a technique used to handle collisions by using a second hash function to map the key to a different index in the table.
โฌ Related Topic
๐ Syllabus
View KERALA UNIVERSITY Class 3 Syllabus โ
๐ Practice Questions
Practice Previous Year Questions โ
๐ค Practice with AI
Generate Practice Question Paper โ
๐ Related Concepts
- Define: 1) mmf 2) Reluctance.
- $230 \mathrm{~V}, 50 \mathrm{~Hz}$ 1) RMS value 2) Average value. OR
- (a) Convert $(101011110011)_{2}$ to hexadecimal equivalent. 5
- Find the radius of curvature at the point $(1,1)$ on the curve $y=x^{3}$.
- (b) Find the unit vector in the direction along which $f(x, y, z)=x^{3} y^{2}+y^{3} z+z$ at $P(1,-1,1)$ increases rapidl