Skip to content

Pal8304/Scheduling_Algorithms

Repository files navigation

Scheduling Algorithms Simulator

View live at https://scheduling-algorithms-rnud.vercel.app/

This project is a simulator for CPU scheduling algorithms. It is built using React and TypeScript.

Algorithms implemented:

  • First Come First Serve (FCFS)
  • Shortest Job First Preemptive (SJF-P)
  • Shortest Job First Non-Preemptive (SJF-NP)
  • Round Robin (RR)
  • Priority Scheduling Preemptive
  • Priority Scheduling Non-Preemptive

Stuff to do:

  • Implement Priority Scheduling Algos
  • Add animations to the gantt chart

About

A simulator of scheduling algorithms for OS project

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published