Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

hash6 6) Hashing (10 marks) For an open-address hash table, double hashing is adopted. Let the table size be 11, we set the two functions

hash6

image text in transcribed

6) Hashing (10 marks) For an open-address hash table, double hashing is adopted. Let the table size be 11, we set the two functions as follows: a) h1(k)k mod 11; h2(k)-1+ (k mod 10); The hash function is given by h(k,) (h(h2(k)) mod 11, where i is the probe number. Suppose initially we enter two keys 89, 18 into the hash table, the result is shown in the following: 89 18 Next we enter the following keys into the hash table in sequence: 45, 29, 40, 111,23. Show the final resulting hash table. b) Given an open-address hash table with load factor a N/M1, where N is the number of data entries and M is the table size, give a bound on the expected number of probes in an unsuccessful search. Briefly explain your

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

Graph Databases New Opportunities For Connected Data

Authors: Ian Robinson, Jim Webber, Emil Eifrem

2nd Edition

1491930896, 978-1491930892

More Books

Students also viewed these Databases questions