Assignment Chef icon Assignment Chef

[SOLVED] Cse2050 homework 10: priority queue implementation

5.0 1 customer review Digital download

Digital download

$25.00

Availability
In stock
Checkout
One item

Need a hand?

Message us on WhatsApp for payment or download support.

WhatsApp QR code

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.