PaulloClara / round-robin

Algoritmo de escalonamento por revezamento referente à disciplina de Sistemas Operacionais (SO - 2019.1) do Instituto Federal do Piauí - IFPI.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Round Robin

Algoritmo de escalonamento Round Robin desenvolvido durante a disciplina de Sistemas Operacionais no Instituto Federal do Piauí - IFPI.

Executar

# via console
$ python3 -B . # ou python3 -B __main__.py
# via arquivo json
$ python3 -B . --arquivo caminho/ate/arquivo.json

Demonstração

alt text alt text alt text

About

Algoritmo de escalonamento por revezamento referente à disciplina de Sistemas Operacionais (SO - 2019.1) do Instituto Federal do Piauí - IFPI.

License:MIT License


Languages

Language:Python 100.0%