FEEDBACK
Browse Groups Java  »  Implement the database using a linked list implementation .
Name

Email

Friends_khaled
Open to offer Posted on 17 Oct 11, 7:26 AM

Implement a city 'database' using unordered lists. Each record contains the name of the city (a character string of variable length), the mayor of the city and the co:ordinates of the city as integer x and y, Your system should allow city records to be inserted, deleted or searched by name or co:ordinates; it should also allow to change the name of the mayor . Implement this database using a linked list implementation .

Add New Reply