You have a hash table with 7 buckets, and you insert the numbers {0, 3, 9, 15, 16, 22} using the hash function . What is the bucket at index 2?
Tip: Remember that the bucket for an item with a hash value is and buckets are indexed from 0.
You have a hash table with 7 buckets, and you insert the numbers {0, 3, 9, 15, 16, 22} using the hash function . What is the bucket at index 2?
Tip: Remember that the bucket for an item with a hash value is and buckets are indexed from 0.
Create a free account to access the full topic