Data Structures c++ please give output
Posted: Sat Nov 27, 2021 2:23 pm
Data Structures
c++ please give output
Case studies are to be solved using following steps Step 1 - Formulation of the problem Step 2 - Choice of variables and appropriate data structures Step 3 - Choice of Algorithms Step 4 - Implementation of solution Step 5 - Validation Read the case study: Currently there is outbreak of covid-19 in Malaysia. You are required to develop a system to help Ministry of Health to address this issue. Your system can aim to help to address this issue by applying these strategies: information record, tracking, isolating and finally details of patient discharge or death. In this scenario, you are required to build a cluster tracking system to identify number of contacts of a Uniqlo store in Selangor. The system can trace number of customers in the last 14 days, record number of customers who have done swab testing and how many in waiting for swab testing. Next, the system records the number of customers with positive test result and their treatment locations, and number of customers with negative results with date of release from quarantine. The system also keep track of any patient discharge, date of discharge and any death and date of death. The system should be able to display all initial information about customers (example name, age, address, phone number, etc...) when it is searched. The system can add, edit, delete, search and display all the required information. Rules: Compulsory data structures to be applied: Class diagram • Separate header files and implementation files • Dynamic array • Functions Classes Choose ONE from the ADT below with operations (add, edit, delete, and search): • Linked lists • Stacks • Queue
c++ please give output
Case studies are to be solved using following steps Step 1 - Formulation of the problem Step 2 - Choice of variables and appropriate data structures Step 3 - Choice of Algorithms Step 4 - Implementation of solution Step 5 - Validation Read the case study: Currently there is outbreak of covid-19 in Malaysia. You are required to develop a system to help Ministry of Health to address this issue. Your system can aim to help to address this issue by applying these strategies: information record, tracking, isolating and finally details of patient discharge or death. In this scenario, you are required to build a cluster tracking system to identify number of contacts of a Uniqlo store in Selangor. The system can trace number of customers in the last 14 days, record number of customers who have done swab testing and how many in waiting for swab testing. Next, the system records the number of customers with positive test result and their treatment locations, and number of customers with negative results with date of release from quarantine. The system also keep track of any patient discharge, date of discharge and any death and date of death. The system should be able to display all initial information about customers (example name, age, address, phone number, etc...) when it is searched. The system can add, edit, delete, search and display all the required information. Rules: Compulsory data structures to be applied: Class diagram • Separate header files and implementation files • Dynamic array • Functions Classes Choose ONE from the ADT below with operations (add, edit, delete, and search): • Linked lists • Stacks • Queue