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.
- Host: GitHub
- URL: https://github.com/4rnv/process-scheduling-sim
- Owner: 4rnv
- Created: 2024-04-20T08:28:42.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-09-22T18:24:10.000Z (over 1 year ago)
- Last Synced: 2025-06-05T11:02:27.378Z (10 months ago)
- Topics: algorithms, cpu-scheduling, gantt-chart, operating-system, process-scheduling, streamlit
- Language: Python
- Homepage: https://huggingface.co/spaces/0xarnav/ProcessSchedulingSim
- Size: 33.2 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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