An open API service indexing awesome lists of open source software.

https://github.com/preetmishra/preemptive-scheduling-algorithms

Preemptive scheduling algorithms.
https://github.com/preetmishra/preemptive-scheduling-algorithms

operating-system python

Last synced: 4 days ago
JSON representation

Preemptive scheduling algorithms.

Awesome Lists containing this project

README

          

# Operating System Preemptive Scheduling Algorithms
pp.py: Preemptive Priority.

srtf.py: Shortest Remaining Time First.

### Written in
> Python 3