From 3537d07bf0bf40464434b8a71c9070b42c196e8d 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 | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/README.md b/README.md index 4f5917c..f4d8b4b 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,7 @@ +# Systems Programming and Operating System (SPOS) + +--- + ### Codes ##### Group B @@ -6,3 +10,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) + +---