combinedsoftware

There are 1 repositories under combinedsoftware topic.

  • Agha-Muqarib/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.

    Language:Jupyter Notebook4101