Skip to content

Latest commit

 

History

History
8 lines (5 loc) · 478 Bytes

README.md

File metadata and controls

8 lines (5 loc) · 478 Bytes

Citizen_Database_System

A database implementation by using linked lists and queues by using cpp.

The problem can be seen by reading problem.pdf

The implementation understanding can be gained by readMe.pdf

Main implemented code is in CitizensDatabase.h while there two text files from which data was read and there is a cpp file that carries the unit tests to test the functions created --- test file