/SJF_and_FIFO_Scheduling_Algorithm_Implementation

Simulated two CPU scheduling algorithms - FIFO and SJF to determine the relative merits of each.

Primary LanguageC

First in first out and Shortest job first scheduling algorithm text image


SJF and FIFO Scheduling Algorithm Implementation

OverviewInstallation

Overview

  • Simulated two CPU scheduling algorithms - FIFO and SJF to determine the relative merits of each.

Installation

  • Download the release
  • Compile the .c file in terminal with the following command - gcc schedulingAlgorithm.c -o schedulingAlgorithm
  • Run the file with ./schedulingAlgorithm