Skip to content

varnas554/schedulers

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Schedulers

A Python implementation of the First Come First Serve, Round Robin, Shortest Job First, and Shortest Remaining Time First scheduling algorithms.

About

The core application logic can be found in schedulers.py, which uses the discrete event simulator (des.py), the event types (event.py), and the possible process types (process.py) to run.

Running

To run the application, execute the command:

python main.py

About

Implementation of the FCFS, RR, SJF, and SRTF scheduling algorithms.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages