Skip to content
GitHub Universe 2025
Explore 100+ talks, demos, and workshops at Universe 2025. Choose your favorites.
#

scheduling-algorithms

Here are 14 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 Jun 5, 2025
  • TypeScript

This project is a simulator for CPU scheduling algorithms, specifically focusing on First-Come-First-Served (FCFS) and Shortest Job First (SJF) algorithms. It provides a practical implementation to visualize and compare the performance metrics of these fundamental operating system scheduling techniques.

  • Updated Aug 28, 2025
  • TypeScript

Improve this page

Add a description, image, and links to the scheduling-algorithms 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 scheduling-algorithms topic, visit your repo's landing page and select "manage topics."

Learn more