Need 2 functions involving double hash on c++
Make me a function that asks the user for the hash Table Size, it then will
take an array of 50 numbers and assign them all locations on a hash table
using double hash as collision resolution.
After all the values have been placed on a hash table, I want another
function that will determine how many items have to be examined to find half
of the array values.