Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 271 Bytes

File metadata and controls

20 lines (14 loc) · 271 Bytes

scheduling-algorithms

OS Mini Project 2

This repository consist of basic implementation of 3 scheduling algorithms

  • FCFS
  • SJF with Preemption
  • Round Robin Algorithm

Test data will be of type:

Eg:
P1 0 7 1 5 1
P2 2 2 2 6 3
P3 3 5 1 35 2
P4 6 2 2 2 4