A parking lot has 31 visitor spaces, numbered from 0 to

Chapter 4, Problem 3E

(choose chapter or problem)

A parking lot has 31 visitor spaces, numbered from 0 to 30. Visitors are assigned parking spaces using the hashing function h (k) = k mod 31, where k is the number formed from the first three digits on a visitor's license plate.a) Which spaces are assigned by the hashing function to cars that have these first three digits on their license plates: 317, 918, 007, 100, 111, 310?________________b) Describe a procedure visitors should follow to find a free parking space, when the space they are assigned is occupied.Another way to resolve collisions in hashing is to use double hashing. We use an initial hashing function h(k) = k mod p where p is prime. We also use a second hashing function g(k) = (k + 1) mod (p ? 2). When a collision occurs, we use a probing sequence h(k, i) = (h(k) + i · g(k)) modp.

Unfortunately, we don't have that question answered yet. But you can get it answered in just 5 hours by Logging in or Becoming a subscriber.

Becoming a subscriber
Or look for another answer

×

Login

Login or Sign up for access to all of our study tools and educational content!

Forgot password?
Register Now

×

Register

Sign up for access to all content on our site!

Or login if you already have an account

×

Reset password

If you have an active account we’ll send you an e-mail for password recovery

Or login if you have your password back