Skip to content
#

sjf-process-scheduling

Here are 24 public repositories matching this topic...

This project is a web-based simulator for CPU scheduling algorithms. It allows users to input different processes with specific attributes (arrival time, burst time, etc.) and visualize how these processes are scheduled according to the chosen scheduling algorithm.

  • Updated May 10, 2025
  • TypeScript
Operating-System

CPU Scheduler Simulator is a Java-based application that simulates various CPU scheduling algorithms, including First Come First Serve, Shortest Job First, Priority, and Round Robin. The simulator supports both preemptive and non-preemptive modes, allowing users to visualize and analyze process scheduling for efficient CPU utilization.

  • Updated Nov 19, 2024
  • Java

Operating System CPU scheduling algorithm in java which helps to understand the working of CPU algo. and helps to improve coding skills

  • Updated Aug 23, 2024
  • Java

Improve this page

Add a description, image, and links to the sjf-process-scheduling topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the sjf-process-scheduling topic, visit your repo's landing page and select "manage topics."

Learn more