1) An Indian post office's mock waiting line: A lone postal worker attends to a single queue of customers in an Indian post office that not only delivers mail but also serves as a savings bank carrying out specialised transactions. As soon as a customer enters the line, they are given a token # (serial number). After receiving assistance, the consumer exits the line while the postal worker receives the token back. The employee could inquire as to how many consumers are still unattended at any one time. i) Put the system into practise using a suitable queue data structure, simulating the arrival and departure of consumers at random when the service is finished. ii) If a customer arrives to operate their savings account at the post office, then they are attended to first by permitting them to join a special queue. In such a case, the postal worker attends to them immediately before resuming their normal service of mail delivery. Modify the system to implement this addition in service
Programming homework
1) An Indian post office's mock waiting line:
A lone postal worker attends to a single queue of customers in an Indian post office that not only delivers mail but also serves as a savings bank carrying out specialised transactions. As soon as a customer enters the line, they are given a token # (serial number). After receiving assistance, the consumer exits the line while the postal worker receives the token back. The employee could inquire as to how many consumers are still unattended at any one time.
i) Put the system into practise using a suitable queue data structure, simulating the arrival and departure of consumers at random when the service is finished.
ii) If a customer arrives to operate their savings account at the post office, then they are attended to first by permitting them to join a special queue. In such a case, the postal worker attends to them immediately before resuming their normal service of mail delivery. Modify the system to implement this addition in service
Step by step
Solved in 4 steps with 2 images