ready.txt
and job.txt
, representing the ready queue and the job queue, respectively. Each line in these files contains:ready.txt
and job.txt
files in the src/files
directory.ready.txt
: Contains the initial processes in the ready queue.job.txt
: Contains the processes in the job queue.