This project is developed as an assignment for CSCE110204 - Fundamentals of Comp II Lab at AUC. It simulates a healthcare prioritization queue, where patients are served based on their status. The system ensures efficient management of patient queues to prioritize urgent cases.
Make sure that your compiler is actually compiling all .cpp
file, not just main.cpp
. In VSCode, this is done by adding the files to the task.json
file.
To simulate an advance in the system's time:
- Press the Enter key.
- Patients will be moved to their respective queues and served accordingly.
- C++
- VSCode
This project is the collaborative work of: