From bb8c9edb9fb5a7a78c818967aec2a0c157bcc640 Mon Sep 17 00:00:00 2001 From: TanmayMachkar Date: Sat, 27 Jul 2024 11:20:51 +0530 Subject: [PATCH] readme updated --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index c4df6df..3e01dc3 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ ### Codes ##### Group B -5. [Assignment - 5]() - - [SJF (Preemptive)]() \ No newline at end of file +5. [CPU Scheduling Algorithms: FCFS, SJF (Preemptive), Priority (Non-Preemptive) and Round Robin (Preemptive)](https://git.kska.io/sppu-te-comp-content/SystemsProgrammingAndOperatingSystem/src/branch/main/Codes/Group%20B/Assignment%20-%205) + - [SJF (Preemptive)](https://git.kska.io/sppu-te-comp-content/SystemsProgrammingAndOperatingSystem/src/branch/main/Codes/Group%20B/Assignment%20-%205/SJF%20%28Premptive%29.cpp) \ No newline at end of file