
Patrick B. answered 01/06/21
Math and computer tutor/teacher
I have posted working source code in the RESOURCES section for this project...
Look for the *.Cpp posting under PATIENT DATABASE
Khan H.
asked 01/06/21Project Information:
Develop a complete working application in C++ as a part of your DSA semester project. Please ensure that your application should be a modular programming based solution to a problem employing the maximum concepts of Data Structure and Algorithms (like Stacks, Queues, Link List, Trees and Graphs). Use as much as data structure in your project.
You can take ‘help’ (and not copy+paste) from the Internet and other resources as long as you clearly understand and refer them in your program.
Properly comment your program and use good programming practices (proper indenting, meaningful variable and function names, comments etc.)
Design and develop an application to automate a Corona Virus Patient Management System. The detail of the application is as below:
· Your application should have a proper login.
· Functionality to Add, Delete, Search and Modify records of the patient.
· A detail file (txt or binary) that includes the record of the patient along with all the attributes, some of them are symptoms, immune level, severity, city name etc.
· A function that computes which city of the Pakistan contains more patient then other cities.
· A person must be declared Corona Virus Patient if the immune level is below the minimum level and symptoms are fever, dry cough, tiredness etc.
· Application code must be divided as separate (.h, .cpp) files.
Patrick B. answered 01/06/21
Math and computer tutor/teacher
I have posted working source code in the RESOURCES section for this project...
Look for the *.Cpp posting under PATIENT DATABASE
Get a free answer to a quick problem.
Most questions answered within 4 hours.
Choose an expert and meet online. No packages or subscriptions, pay only for the time you need.
Khan H.
That is not done in c++ using data structures and algorithms.01/07/21