Let's test your knowledge. Fill in the missing part by typing it in.
To delete a key-value pair from a hash table, we need to find the ___ using the hash function and remove it from the corresponding bucket. After removing the entry, we need to handle any possible ___ to maintain the integrity of the hash table. By properly handling collisions, we ensure that all key-value pairs are stored and retrievable in the hash table.
Write the missing line below.