https://github.com/bedus-creation/cpu-scheduling-algorithms-in-python
This is Cpu Scheduling Algorithm implemented in python.
https://github.com/bedus-creation/cpu-scheduling-algorithms-in-python
Last synced: 11 months ago
JSON representation
This is Cpu Scheduling Algorithm implemented in python.
- Host: GitHub
- URL: https://github.com/bedus-creation/cpu-scheduling-algorithms-in-python
- Owner: bedus-creation
- Created: 2019-04-29T16:37:58.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2019-05-02T02:30:47.000Z (about 7 years ago)
- Last Synced: 2025-04-02T18:50:54.663Z (about 1 year ago)
- Language: Python
- Homepage:
- Size: 636 KB
- Stars: 7
- Watchers: 0
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# Cpu Scheduling Algorithm in Python
This is Cpu Scheduling Algorithm implemented in python.
# Implemented Algorithm
- First Come First Serve
- Shortest Job First
- Priority Scheduling
- Round Robin Scheduling
- Weighted Round Robin
# Requirements
- Python3
# Execute
```
python3 Runme.py
```