Project: Suppose that you have been asked by FastLink company to make a Customer Service Scheduling System. To make it c
-
- Site Admin
- Posts: 899603
- Joined: Mon Aug 02, 2021 8:13 am
Project: Suppose that you have been asked by FastLink company to make a Customer Service Scheduling System. To make it c
company to make a Customer Service Scheduling System. To make it clear it needs to be mentioned that there are 3 different types of A and B and C services. Customer service employees serve the customers based on their demands. The service that takes less time will be served first. Among all A and B and C services suppose that A takes less among all, then B and then C. But to prevent the starvation problems and serve all the customers, after serving three customers with A services demanding, two customers with B service demanding and one customer with C services must be served. So actually there will be three different queues based on the service time-consuming. Prepare a mini-report which should be containing the following requirements and source code: Part 1: Propose an algorithm to serve customers efficiently and evaluate the time complexity for your algorithm (3 Marks) Part 2: Propose the best data structure for implementing the application (2 Marks) Part 3: Implement the program using C++ or any other language.(5 Marks)
Project: Suppose that you have been asked by FastLink