Page 1 of 1

c) The process of hashing involves mapping data of any size to a predetermined length using an algorithm. Given the foll

Posted: Thu Jul 14, 2022 2:10 pm
by answerhappygod
C The Process Of Hashing Involves Mapping Data Of Any Size To A Predetermined Length Using An Algorithm Given The Foll 1
C The Process Of Hashing Involves Mapping Data Of Any Size To A Predetermined Length Using An Algorithm Given The Foll 1 (53.83 KiB) Viewed 42 times
c) The process of hashing involves mapping data of any size to a predetermined length using an algorithm. Given the following set of data: 9679,1989,4199,1471 and 6171 are inserted into an initially empty hash table of length 10 with hash function h(k)=kmod10. Show the resultant hash table if chaining technique is used for any collision occurs. (5 marks)