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.
- Host: GitHub
- URL: https://github.com/preetmishra/preemptive-scheduling-algorithms
- Owner: preetmishra
- Created: 2019-03-15T12:49:11.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2019-03-15T12:58:14.000Z (over 7 years ago)
- Last Synced: 2024-03-30T12:40:06.943Z (about 2 years ago)
- Topics: operating-system, python
- Language: Python
- Homepage:
- Size: 4.88 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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