The program needs to be able to parse trace files such as those in .csv and .txt files. The files should likely be parsed into a list of processes or another data structure. It should produce errors if the input file is in an invalid format or if there are other issues with what is being parsed.
Ideally, after parsing, the processes should be sorted into a list based on their arrival times.
The program needs to be able to parse trace files such as those in .csv and .txt files. The files should likely be parsed into a list of processes or another data structure. It should produce errors if the input file is in an invalid format or if there are other issues with what is being parsed.
Ideally, after parsing, the processes should be sorted into a list based on their arrival times.