Explain Division Method
Division Method:- In this method, key K to be mapped into single of the m states in the hash table is divided by m and the remainder of this division taken as index into the hash table. That is the hash function is h(k) = k mod m where mod is the modules operation.