From eb166c95ffc1e57a8bc85733767c8b7a831743bf Mon Sep 17 00:00:00 2001 From: Abhinav Manocha <59585693+abhinavmanocha@users.noreply.github.com> Date: Mon, 10 May 2021 13:10:08 -0400 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=96=20Updated=20readme=20file?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 30 ++++++++++++++++++++++++++++-- 1 file changed, 28 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 98a0a2b..bf4e638 100644 --- a/README.md +++ b/README.md @@ -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. +

+

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

+
+ SJF and FIFO Scheduling Algorithm Implementation +
+

+ + +

+ • + Overview + • + Installation + • +

+ +# 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 + + +