Skip to content

m3hdi-i/os-scheduling-algorithms

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

os-scheduling-algorithms

Some of Operating systems scheduling algorithms, Written in Python.

Each program calculates average turn around time and wait time, and the Gantt chart.

Algorithms:

  • Round Robin (RR)
  • First Come First Served (FCFS)
  • Priority
  • Shortest Job First (SJF)

About

Operating system scheduling algorithms with Python.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages