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

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.

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
```