OS CPU Scheduling Visualizer | FCFS SJF SRTF Round Robin Priority | Gantt Chart | Spring Boot Java
-
Updated
Mar 15, 2026 - Java
OS CPU Scheduling Visualizer | FCFS SJF SRTF Round Robin Priority | Gantt Chart | Spring Boot Java
This repository contains all the source code that I have written for my Operating System course.
Common scheduling algorithms based upon the pre-emptive approach include: Round Robin/FIFO (First In First Out) scheduling , priority (pre-emptive) scheduling , and EDF (Earliest Deadline First)/Clock Driven scheduling . Round Robin/FIFO Scheduling .
Add a description, image, and links to the priority-scheduling-algorithm topic page so that developers can more easily learn about it.
To associate your repository with the priority-scheduling-algorithm topic, visit your repo's landing page and select "manage topics."