Skip to content

Latest commit

 

History

History
2 lines (2 loc) · 320 Bytes

README.md

File metadata and controls

2 lines (2 loc) · 320 Bytes

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.