Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

Prob: Address book with Hashing. Design an address book by hash table. (hashing based searching supported) Requirements: 1)Each record has these five basic items user

Prob: Address book with Hashing.

Design an address book by hash table. (hashing based searching supported)

Requirements:

1)Each record has these five basic items user name, phone number, mobile phone number, address and memo(total spent money ammount)

2) The address book is initialized from a XSV file.

3) use (mobile) phone number and user name item respectively as the keywords and build the index with hashing

4Support searching with the user name and phone number or mobile phone number.

5) Solve the collision.

Note: Please give the full code and write it in C++. Give the XSV file from where the address book is initialized. Mention a short description of the collision and their solving process. Thanks for your help.

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

Learning MySQL Get A Handle On Your Data

Authors: Seyed M M Tahaghoghi

1st Edition

0596529465, 9780596529468

More Books

Students also viewed these Databases questions

Question

Explain exothermic and endothermic reactions with examples

Answered: 1 week ago

Question

Write a short note on rancidity and corrosiveness.

Answered: 1 week ago

Question

Is the tone of the writing appropriate for the audience?

Answered: 1 week ago

Question

What is the purpose of this document or message?

Answered: 1 week ago