Skip to content

Commit

Permalink
📖 Updated readme file
Browse files Browse the repository at this point in the history
  • Loading branch information
abhinavmanocha authored May 10, 2021
1 parent f1b9ca2 commit eb166c9
Showing 1 changed file with 28 additions and 2 deletions.
30 changes: 28 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,28 @@
# SJF_and_FIFO_Scheduling_Algorithm_Implementation
Simulated two CPU scheduling algorithms - FIFO and SJF to determine the relative merits of each.
<h1 align="center">
<p float="left">
<img src="Sjf_fifo.png" alt="First in first out and Shortest job first scheduling algorithm text image" width="300" />
</p>
<br>
SJF and FIFO Scheduling Algorithm Implementation
<br>
</h1>


<p align="center">
<a href="#overview">Overview</a>
<a href="#installation">Installation</a>
</p>

# Overview

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

# Installation
- Download the release
- Run the .exe file in terminal



0 comments on commit eb166c9

Please sign in to comment.