-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
f1b9ca2
commit eb166c9
Showing
1 changed file
with
28 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 | ||
|
||
|
||
|