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.
-
Notifications
You must be signed in to change notification settings - Fork 0
liny18/cpu-scheduling
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
About
⚙️ A simulator to test different CPU scheduling algorithms
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published