Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/youben11/sched-algo
Simulation of some scheduling algorithms used in Operating Systems
https://github.com/youben11/sched-algo
c operating-system scheduling-algorithms
Last synced: 28 days ago
JSON representation
Simulation of some scheduling algorithms used in Operating Systems
- Host: GitHub
- URL: https://github.com/youben11/sched-algo
- Owner: youben11
- Created: 2017-12-30T22:37:14.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2018-01-01T09:05:46.000Z (almost 7 years ago)
- Last Synced: 2024-10-06T02:25:22.833Z (about 1 month ago)
- Topics: c, operating-system, scheduling-algorithms
- Language: C
- Size: 8.79 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Scheduling Algorithm Simulator
Simulation of some scheduling algorithms used in Operating Systems.- Display the execution flow using Gant Diagram
- Display execution flow information, average waiting and residence timeYou should compile only the scheduler.c file
# Algorithms
Fisrt Come First Served
Shortest Job First
Shortest Remaining Time First
Round Robin