Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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: about 1 month ago
JSON representation

Simulation of some scheduling algorithms used in Operating Systems

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 time

You should compile only the scheduler.c file

# Algorithms

Fisrt Come First Served

Shortest Job First

Shortest Remaining Time First

Round Robin