There are no reviews yet. Be the first to send feedback to the community and the maintainers!
Repository Details
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.