2
1
SystemsProgrammingAndOperat.../README.md

6 lines
478 B
Markdown
Raw Normal View History

2024-07-27 11:18:03 +05:30
### Codes
##### Group B
2024-07-27 11:20:51 +05:30
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)
2024-07-28 12:32:06 +05:30
- [FCFS (Non-Preemptive)]()
2024-07-27 11:20:51 +05:30
- [SJF (Preemptive)](https://git.kska.io/sppu-te-comp-content/SystemsProgrammingAndOperatingSystem/src/branch/main/Codes/Group%20B/Assignment%20-%205/SJF%20%28Premptive%29.cpp)