I am confused for the last few days in finding the difference between primary and secondary clustering in hash collision management topic in the textbook I am reading.
x, subsequent probes go to x+1,
x+2, x+3 and so on, this results in Primary Clustering.x, probes go to x+1, x+4, x+9,
x+16, x+25 and so on, this results in Secondary Clustering.