Skip to content

⚙️ A simulator to test different CPU scheduling algorithms

Notifications You must be signed in to change notification settings

liny18/cpu-scheduling

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

53 Commits
 
 
 
 
 
 

Repository files navigation

Algoriths simulated:
  -- First Come First Served (FCFS): Processes requests in the order they arrive.
  -- Shortest Job First (SJF): Assigns the CPU to the process with the shortest estimated execution time, reducing waiting time.
  -- Shoreted Time Remaining (STR): Chooses the process with the least time left to complete, allowing for preemption.
  -- Round Robin (RR): Distributes CPU time equally among all processes in a cyclical fashion.

About

⚙️ A simulator to test different CPU scheduling algorithms

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages