Answer TRUE or FALSE.

When deleting a record from a hash table, we can just do a normal search and then remove the record from the slot where we find it.

False
  • True
  • False

If there is an empty slot along a probe path, records further down the path won't be found on a search.