Hi, why is deletion challenging, once an indx in hash table is gone, here is the readingi on hashing I found: Removing an element from a table using open addressing
is challenging because deletion can interfere
with future searches.The solution is to mark elements as deleted but not actually
remove them from the table until some future point when either
the deleted item is overwritten or the entire table is rehashed