This is a small simulation of the scheduling algorithm Round Robin using Java 8.
-
Updated
Apr 25, 2019 - Java
This is a small simulation of the scheduling algorithm Round Robin using Java 8.
A process simulator using 3 scheduling algorithms : FCFS, RR and SJF
Simulador de RoundRobin hecho en Java + Swing, utilizando un patrón simple de MVC.
The Preemptive Round Robin Scheduling Algorithm is an important scheduling algorithm used in both process scheduling and network scheduling. Processes are executed for a predefined unit of time called a quantum. Once the CPU executes the process for the specified time slice, the process either terminates or returns to the back of the ready queue…
Add a description, image, and links to the roundrobin topic page so that developers can more easily learn about it.
To associate your repository with the roundrobin topic, visit your repo's landing page and select "manage topics."