Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/sameetasadullah/vaccination-scheduler

A simple vaccination scheduler program in C++ using threads and mutex locks
https://github.com/sameetasadullah/vaccination-scheduler

cpp linux locks mutex threads ubuntu vaccination-scheduler

Last synced: about 1 month ago
JSON representation

A simple vaccination scheduler program in C++ using threads and mutex locks

Awesome Lists containing this project

README

        

Vaccination Scheduler

### Description
A `Simple Vaccination Scheduler` program in `C++` using `Threads and Mutex Locks`. It reads input from a file named as `customers30.txt`. Its format is given below:
- A short customer name containing no spaces.
- The number of minutes elapsed since the arrival of the previous customer (It will be equal to zero for the first customer arriving at the center).
- The number of minutes the customer will take to get vaccinated.
- The number of minutes each customer will remain at the center after the vaccination.