kaal-coder / HacktoberFest

HacktobeFest 2023 is live. Make your 4 Pull Request here ! Add your own projects, UI/UX Design, Blogs or improve the projects in the repository. Make sure to add your own work.
12 stars 31 forks source link

Code for Emergency waiting room in cpp using queue #55

Closed SalmanSi closed 1 year ago

SalmanSi commented 1 year ago

This is an implementation of an emergency waiting room in an hospital where patients are served on first come first serve basis. Implemented using queues.