4 lines
135 B
Typst
4 lines
135 B
Typst
#import "algorithms/fcfs.typ": FCFS
|
|
#import "algorithms/pr.typ": Pr
|
|
#import "algorithms/srtf.typ": SRTF
|
|
#import "algorithms/rr.typ": RR |