/CPU-Scheduling-Algorithms

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 Priority Scheduling.

Primary LanguageJupyter Notebook

CPU-Scheduling-Algorithms

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 (RR)
  • Priority Scheduling Algorithm.