Skip to content

Latest commit

 

History

History
1 lines (1 loc) · 549 Bytes

README.md

File metadata and controls

1 lines (1 loc) · 549 Bytes

Ques. 8. Sudesh Sharma is a Linux expert who wants to have an online system where he can handle student queries. Since there can be multiple requests at any time he wishes to dedicate a fixed amount of time to every request so that everyone gets a fair share of his time. He will log into the system from 10am to 12am only. He wants to have separate requests queues for students and faculty. Implement a strategy for the same. The summary at the end of the session should include the total time he spent on handling queries and average query time.