Implement a city database using unordered lists. Each database record contains the name of the city (a string of arbitrary length) and the coordinates of the city expressed as integer x 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 toprint all records within a given distance of a specified point. Implement the database using an array-based list implementation, and then a linked list implementation. Collect running time statistics for each operation in both implementations. 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?

Similar Questions
  1. Please help, this is the question:Before you create a pivot table, it is important to ________. Create a database ( I think it's
    1. answers icon 2 answers
    1. answers icon 1 answer
  2. Before you create a pivot table, it is important to _________.a create a database b sort a database c filter a database d format
    1. answers icon 1 answer
    1. answers icon 1 answer
more similar questions