Skip to content
#

roundrobinalgorithum

Here are 7 public repositories matching this topic...

This repository contains the basic CPU Scheduling Algorithms from which an Operating System decides the sequencing or scheduling of process to be executed. All the algorithms inside are preemptive in nature, i.e. contact switching is possible. The algorithms include, First Come First Serve (FCFS), Shortest Job First (SJF), Round Robin and Priori…

  • Updated Jun 4, 2021
  • Jupyter Notebook

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…

  • Updated Aug 6, 2019
  • Java

Improve this page

Add a description, image, and links to the roundrobinalgorithum topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the roundrobinalgorithum topic, visit your repo's landing page and select "manage topics."

Learn more