From 60389914bffb01eb04757b9b3c2a78b0f26483aa Mon Sep 17 00:00:00 2001 From: Kshitij Date: Tue, 27 Aug 2024 20:31:51 +0530 Subject: [PATCH] Fixed duplicate notes section in README --- README.md | 11 ++++------- 1 file changed, 4 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index c8e70fb..f661ea0 100644 --- a/README.md +++ b/README.md @@ -6,11 +6,6 @@ This repository serves as a comprehensive resource for the Systems Programming a ## Index -### Notes - -1. [Unit 1 - Introduction](https://git.kska.io/sppu-te-comp-content/SystemsProgrammingAndOperatingSystem/src/branch/main/Notes/Unit%201%20-%20Introduction) -2. [Unit 2 - Macro Processor and Compilers](https://git.kska.io/sppu-te-comp-content/SystemsProgrammingAndOperatingSystem/src/branch/main/Notes/Unit%202%20-%20Macro%20Processor%20and%20Compilers) - ### Codes ##### 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) @@ -19,9 +14,11 @@ This repository serves as a comprehensive resource for the Systems Programming a - [Priorty (Non-Preemptive)](https://git.kska.io/sppu-te-comp-content/SystemsProgrammingAndOperatingSystem/src/branch/main/Codes/Group%20B/Assignment%20-%205/Priority%20%28Non-Preemptive%29.cpp) - [Round Robin (Preemptive)](https://git.kska.io/sppu-te-comp-content/SystemsProgrammingAndOperatingSystem/src/branch/main/Codes/Group%20B/Assignment%20-%205/Round%20Robin%20%28Preemptive%29..cpp) + ### Notes -1. [Unit 1 - Introduction] -2. [Unit 2 - Macro Processor and Compilers] + +1. [Unit 1 - Introduction](https://git.kska.io/sppu-te-comp-content/SystemsProgrammingAndOperatingSystem/src/branch/main/Notes/Unit%201%20-%20Introduction) +2. [Unit 2 - Macro Processor and Compilers](https://git.kska.io/sppu-te-comp-content/SystemsProgrammingAndOperatingSystem/src/branch/main/Notes/Unit%202%20-%20Macro%20Processor%20and%20Compilers) 3. [Unit 3 - Linkers and Loaders] 4. [Unit 4 - Operating System] 5. [Unit 5 - Synchronization and Concurrency Control]