Write a c++ program using any data structure(s) you want. You must be able to create, update, read, retrieve, and delete any record.

Suppose you work in a police department. You want to maintain a database of up to 1700 license-plate numbers of people who receive frequent tickets so that it can be determined very quickly whether or not a given license plate is in the database. The speed of response is very important; efficient use of memory is also important, but not as important as the speed of response. Now write a c++ program using any data structure(s) you want. You must be able to create, update, read, retrieve, and delete any record.

Solved
Programming in C,C++ 1 Answer Anonymous(s) Post