round-robin-scheduler topic

List round-robin-scheduler repositories

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

68
Stars
25
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),...