Skip to content

A basic Python implementation of FCFS, SJF and Round Robin

License

Notifications You must be signed in to change notification settings

USP-2024/scheduling-algorithms

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

A basic Python implementation of FCFS, SJF and Round Robin

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%