added process scheduling algorithms

This commit is contained in:
2024-12-02 22:56:33 +01:00
parent fe957e03d1
commit 32473b67bc
9 changed files with 634 additions and 0 deletions

View File

@@ -0,0 +1,4 @@
#import "algorithms/fcfs.typ": FCFS
#import "algorithms/pr.typ": Pr
#import "algorithms/srtf.typ": SRTF
#import "algorithms/rr.typ": RR