Computer Science And Engineering

Computer Science And EngineeringAlgorithmsNumerical Answer (NAT)2 Marks
Q4.

In a double hashing scheme, h1(k)=k(mod11)h_1(k) = k \pmod{11} and h2(k)=1+(k(mod7))h_2(k) = 1 + (k \pmod 7) are the auxiliary hash functions. The size mm of the hash table is 1111. The hash function for the ii-th probe in the open address table is [h1(k)+ih2(k)](modm)[h_1(k) + i \cdot h_2(k)] \pmod m. The following keys are inserted in the given order: 63,50,25,79,67,2463, 50, 25, 79, 67, 24. The slot at which key 2424 gets stored is _______. (Answer in integer)

A
10