Renormalize files

This commit is contained in:
2025-01-07 19:27:29 -04:00
parent 2bf7d29931
commit f34e528b5a
112 changed files with 12951 additions and 12951 deletions

View File

@@ -1,7 +1,7 @@
Lecture Topic: Multithreading
Scheduling Algorithms:
Preemptive and non-preemptive
Preemptive means that the process might be interuppted to improve responsiveness of the ssytem
Lecture Topic: Multithreading
Scheduling Algorithms:
Preemptive and non-preemptive
Preemptive means that the process might be interuppted to improve responsiveness of the ssytem
Non-preemptive means that processes are allowed to execute until I/O request or termination