From c98fd2fd76c8c93703c8708d667e7f9b1a4d2000 Mon Sep 17 00:00:00 2001 From: TanmayMachkar Date: Sun, 13 Oct 2024 12:34:01 +0530 Subject: [PATCH] readme updated --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ed86480..e692026 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,7 @@ This repository serves as a comprehensive resource for the Systems Programming a ### Codes ##### Group A -2. [Pass 1 and Pass 2 of 2-Pass Macroprocessor] +2. [Pass 1 and Pass 2 of 2-Pass Macroprocessor](https://git.kska.io/sppu-te-comp-content/SystemsProgrammingAndOperatingSystem/src/branch/main/Codes/Group%20A/Assignment%20-%202/2%20Pass%20Macro.py) ##### Group B 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)