Draw the 11 entry hash thatresults from using the hash function h(i)=(2i+5) mod 11 to hash keys 12,44,13,88,23,94,11,39,20,16,5.a) Assume collisions are handled by chaining.b)
Assume collisions are handled by linear probing.c)assume collisions are handled with double hashing with secondary function h'(k)=7-(k mod 7)
Sear