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

https://github.com/4rnv/process-scheduling-sim

Python implementation of various process scheduling algorithms in operating systems. Calculates turnaround and waiting times and generates Gantt charts.
https://github.com/4rnv/process-scheduling-sim

algorithms cpu-scheduling gantt-chart operating-system process-scheduling streamlit

Last synced: 7 months ago
JSON representation

Python implementation of various process scheduling algorithms in operating systems. Calculates turnaround and waiting times and generates Gantt charts.

Awesome Lists containing this project

README

          

# OS Process Scheduling Simulator

This is an application that simulates process scheduling algorithms used in various operating systems.

Currently supported algorithms:
- FCFS (First Come First Serve)
- SJF (Shortest Job First)
- SRTF (Shortest Remaining Time First)
- RR (Round Robin)

- Live instance at https://huggingface.co/spaces/0xarnav/ProcessSchedulingSim