From 79b9602edc64e7fe2a3b4934765e0acfcb50fab1 Mon Sep 17 00:00:00 2001 From: Kshitij Date: Tue, 20 Aug 2024 16:05:54 +0530 Subject: [PATCH] Added link for sample insem paper and added missing heading in readme. --- README.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/README.md b/README.md index 4f5917c..2a7216b 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,9 @@ +# Systems Programming and Operating System (SPOS) + +--- + +## Index + ### Codes ##### Group B @@ -6,3 +12,9 @@ - [SJF (Preemptive)](https://git.kska.io/sppu-te-comp-content/SystemsProgrammingAndOperatingSystem/src/branch/main/Codes/Group%20B/Assignment%20-%205/SJF%20%28Preemptive%29.cpp) - [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) + +### Question Papers + +> [Sample IN-SEM Unit Test Paper](https://git.kska.io/sppu-te-comp-content/SystemsProgrammingAndOperatingSystem/src/branch/main/Question%20Papers/SPOS%20-%20Unit%20Test%20Sample%20Paper%20%28IN-SEM%2C%202019%20Pattern%29.pdf) + +---