You have been hired by a restaurant to create a program that manages reservations. The program should use a priority queue to keep track of customers in order of their reservation time. Each customer has a unique name. The customer also has reservation time, represented as a string in the format of HH:MM. For example, 09:25 has a higher priority than 10:30. The time is from 00:00 until 23:59. So 16:30 is 4:30pm. The program should have a menu-based interface (provided) that allows the user to choose from the six options listed below:
Submitting
You should submit the following files:
Requirements
Examples
An example of how the program should work starts on the following page.

![[SOLVED] Cse2050 homework 10: priority queue implementation](https://assignmentchef.com/wp-content/uploads/2022/08/downloadzip.jpg)

![[SOLVED] Oop244workshop 5: member operators, helper functions](https://assignmentchef.com/wp-content/uploads/2022/08/downloadzip-1200x1200.jpg)
Reviews
There are no reviews yet.