Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

(12 points) Collision resolution For parts (a) through (c), assume simple uniform hashing. (a) (3 points) Consider a hash table with m slots that uses

image text in transcribed

(12 points) Collision resolution For parts (a) through (c), assume simple uniform hashing. (a) (3 points) Consider a hash table with m slots that uses chaining for collision resolution. The table is initially empty. What is the probability that, after three keys are inserted, there is a chain of size 3 ? (b) (3 points) Consider a hash table with m slots that uses open addressing with linear probing. The table is initially empty. A key k1 is inserted into the table, followed by key k2. What is the probability that inserting key k3 requires three probes? (c) (3 points) Suppose you have a hash table where the load-factor is related to the number n of elements in the table by the following formula: =1logn1. If you resolve collisions by chaining, what is the expected time for an unsuccessful search in terms of n ? (d) (3 points) Using the same formula relating and n from part (c), if you resolve collisions by open-addressing, give a good upper bound on the expected time for an unsuccessful search in terms of n. For this part, assume Uniform Hashing

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

DNA Databases

Authors: Stefan Kiesbye

1st Edition

0737758910, 978-0737758917

More Books

Students also viewed these Databases questions

Question

10:16 AM Sun Jan 29 Answered: 1 week ago

Answered: 1 week ago