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
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)