Skip to content

Latest commit

 

History

History
10 lines (8 loc) · 620 Bytes

README.md

File metadata and controls

10 lines (8 loc) · 620 Bytes

operating-system

College project on Operating System

Ques

- Three students (a, b, c) are arriving in the mess at the same time. The id numbers of these students are 2132, 2102, 2453 and the food taken time from the mess table is 2, 4 and 8 minutes. If the two students have same remaining time so it is broken by giving priority to the students with the lowest id number. Consider the longest remaining time first (LRTF) scheduling algorithm and calculate the average turnaround time and waiting time.

LINK TO MY CODE