In your HashTable of hw6, what is the formula for determining the next location for an item?
a) next_location = current_location + 1
b) next_location = current_location + step
c) next_location = current_location - step
d) next_location = current_location * step