abhinavmanocha / SJF_and_FIFO_Scheduling_Algorithm_Implementation

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

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


Languages

Language:C 100.0%