Midsquare Method:- this operates in 2 steps. In the first step the square of the key value K is taken. In the 2nd step, the hash value is obtained by deleting digits from ends of the squared values ie. K2.The hash function is h(k) = s here s is obtained by deleting digits from both sides of K2
.