round-robin-scheduler topic
List
round-robin-scheduler repositories
process-scheduling-algorithms
61
Stars
36
Forks
Watchers
Program for scheduling algorithms in C++
CPU-Scheduler
30
Stars
9
Forks
Watchers
simulating scheduling algorithms of operating system for processes e.g. Priority Scheduling, Multi Level Scheduling, ...
CPU-Scheduling-Algorithms
114
Stars
37
Forks
Watchers
An implementation of various CPU scheduling algorithms in C++. The algorithms included are First Come First Serve (FCFS), Round Robin (RR), Shortest Process Next (SPN), Shortest Remaining Time (SRT),...
Process-scheduling-simulator
15
Stars
8
Forks
Watchers
Created programs to simulate two different scheduling algorithms i.e. First come, first served and Preemptive Round Robin scheduling