This is an implementation of the Round Robin algorithm for process scheduling made for the OS course.
Make sure you have Python3+, Plotly and Pandas installed.
Just run the following command at the root of project:
python3 round_robin.pyIn the root folder of the project you find the input_file.txt file that can be changed to add or remove processes from the scheduler.
Hugo Linhares
- Github: @hugolinhareso
João Pedro
- Github: @akajhon
Vítor Martins
- Github: @vihmar
Thales Lacerda
- Github: @lacthales
Guilherme Cabelo
- Github: @gcabelo
This project is MIT licensed.