Skip to content

Latest commit

 

History

History
1 lines (1 loc) · 442 Bytes

README.md

File metadata and controls

1 lines (1 loc) · 442 Bytes

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.