Skip to content
#

priority-scheduling

Here are 6 public repositories matching this topic...

A comprehensive npm package for CPU scheduling algorithms simulation including FCFS, SJF, SRTF, Round Robin, Priority, MLQ, and MLFQ with detailed metrics calculation and Gantt chart visualization.

  • Updated Sep 6, 2025
  • TypeScript

An in-memory priority queue that prevents starvation by balancing priority and arrival time. Items are greedily prioritized within each batch of the longest-waiting items, ensuring fairness alongside prioritization and bounded delays for low-priority tasks.

  • Updated Dec 7, 2024
  • TypeScript

Improve this page

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

Learn more