Skip to content

This is the project related to Scheduling Algorithms which CPU uses to handle multiple processes at same time.

Notifications You must be signed in to change notification settings

07aagamshah04/Schedule_Simulator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Scheduling Algorithms Simulator

View Live at: https://simulating-algorithm.netlify.app/

This project is a simulator for CPU scheduling algorithms. It is built using React, JavaScript and Bootstrap.

Algorithms Implemented:

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

About

This is the project related to Scheduling Algorithms which CPU uses to handle multiple processes at same time.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published