Fixed duplicate notes section in README
This commit is contained in:
parent
f78d48612c
commit
60389914bf
11
README.md
11
README.md
@ -6,11 +6,6 @@ This repository serves as a comprehensive resource for the Systems Programming a
|
|||||||
|
|
||||||
## Index
|
## 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
|
### Codes
|
||||||
##### Group B
|
##### 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)
|
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)
|
- [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)
|
- [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
|
### 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]
|
3. [Unit 3 - Linkers and Loaders]
|
||||||
4. [Unit 4 - Operating System]
|
4. [Unit 4 - Operating System]
|
||||||
5. [Unit 5 - Synchronization and Concurrency Control]
|
5. [Unit 5 - Synchronization and Concurrency Control]
|
||||||
|
Loading…
Reference in New Issue
Block a user