Let's test your knowledge. Fill in the missing part by typing it in.
In hash tables, _ occur when two different keys produce the same hash value. Handling collisions is an important aspect of hash table implementation to ensure efficient data storage and retrieval.
Write the missing line below.