CSE 101 -- Prog 2

Due before midnight, Sunday, October 31, 2021.
Late submissions will not be accepted/graded.

Objectives:

Implement Priority Queue ADT using heap and applications in service sector simulation.

Description:

This program will require you to implement Priority Queue ADT using heap and an application that uses your implementation. The application is a standard and generic logistics/supply chain where we have random arrival of clients (like people arriving at a barber shop) subject to capacity constraints. We will simulate this process and look into how a standard queue and priority queue would differ in terms of the overall waiting time of clients

Details:

Resources:

Grading:

Submission:

Make sure that you've compiled and tested your code on the campus unix timeshare before submitting. On the unix timeshare, put materials in a folder named prog2 and zip it up.

submit cse101-ap.f21 prog2 prog2.zip

You can submit as often as you want up until the deadline. We will only look at your most recent submission.

After each submission, you should get a message like:

Submitting the files you specified...
copying XXX

1 File submitted: 
  XXX (revision 2)
where XXX is the material you submitted.

Read the for instructions on how to submit your work.


Last modified Friday, 05-Nov-2021 22:18:32 PDT.