4. (10 points) Given input keys of a file 130, 60, 98, 28, 38, 55 and a hash function with table-size=10. Show the resul
Posted: Fri May 20, 2022 3:43 pm
4. (10 points) Given input keys of a file 130, 60, 98, 28, 38, 55 and a hash function with table-size=10. Show the results of double hash with Hash (key) = key%10 and Hash2( key ) = P -(key mod P)