$24
OBJECTIVE:
Understanding and Simulating Shortest Job First Scheduling and Priority Scheduling Algorithms
1. Write a C program to implement Shortest-Job-First scheduling algorithm. Expected Output:
2. Write a C program to implement Priority Scheduling algorithm. Expected Output:
NOTE:
Your programs can take input in the manner shown in the screenshots or in any other manner. Output should be printed in the same format as shown in the screenshots clearly showing Average Waiting time and Turnaround time values.