Question: Project Description: An important application of queue is queue simulator, a modeling activity used to generate statistics about performance of queue. For this you have

Project Description:
An important application of queue is queue simulator, a modeling activity used to generate statistics about performance of queue. For this you have to build a single-server single queue simulator. For example, you have to build this simulator for a super shop. This shop has one window and a clerk can serve one customer at a time. The simulator needs to check three events; the arrival of customer, the start of customer's processing and the completion of customer's processing. For constructing queue simulator you have to do the following:
a. Use queue for constructing customer's queue
b. For the server each call history is saved in a stack
c. Use separate structure for current customer status and simulation statistics.
In this project you have to do the following:
1. Print statistics gathered per day during the simulation along with the average queue wait time and average queue service time.
2. Show the arrival time, start time, wait time, service time and the number of elements in the queue, each time a customer is completely served.
Write a project using Data Structures in C program ?
Give me correct source code and also show the output.
Lastly, Give a proper report following the project and follow the proper instructuion within 2 hours.
 Project Description: An important application of queue is queue simulator, a

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!