Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

help me for this problem implementation should be done in C++ in visual basic 4.5 Implement a city database using unordered lists. Each database record

image text in transcribed

help me for this problem implementation should be done in C++ in visual basic

4.5 Implement a city database using unordered lists. Each database record con- tains the name of the city (a string of arbitrary length) and the coordinates of the city expressed as integer c and y coordinates. Your database should allow records to be inserted, deleted by name or coordinate, and searched by name or coordinate. Another operation that should be supported is to print all records within a given distance of a specified point. Implement the database using an array-based list implementation, and then a linked list im- plementation. Collect running time statistics for each operation in both im- plementations. What are your conclusions about the relative advantages and disadvantages of the two implementations? Would storing records on the list in alphabetical order by city name speed any of the operations? Would keeping the list in alphabetical order slow any of the operations

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

Database Systems An Application Oriented Approach Complete Version

Authors: Michael Kifer, Arthur Bernstein, Richard Lewis

2nd Edition

0321268458, 978-0321268457

More Books

Students also viewed these Databases questions