HashimJaved09 / Scheduling-Algorithms-in-Python

Here are some scheduling algorithms written in Python. Input is given using the file. First line of the file is the number of processes and then in each line arrival times are written in ascending order. After arrival time corresponding Burst times are written in each line separately.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Scheduling-Algorithms-in-Python

Here are some scheduling algorithms written in Python. Input is given using the file. First line of the file is the number of processes and then in each line arrival times are written in ascending order. After arrival time corresponding Burst times are written in each line separately.

About

Here are some scheduling algorithms written in Python. Input is given using the file. First line of the file is the number of processes and then in each line arrival times are written in ascending order. After arrival time corresponding Burst times are written in each line separately.


Languages

Language:Python 100.0%