Skip to content

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

Notifications You must be signed in to change notification settings

abhinavmanocha/SJF_and_FIFO_Scheduling_Algorithm_Implementation

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

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.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages