Mac-Coleman / CSC-311-Scheduling-Algorithms

A process scheduling simulator written in Python for class
0 stars 1 forks source link

Process Classes #5

Closed Mac-Coleman closed 1 year ago

Mac-Coleman commented 1 year ago

There should be a class that contains the information relating to a process, such as the PID, burst time, and arrival time. It is likely that this class may need to be a python dataclass. This may be helpful for #4 as it would enhance the readability of the resulting code.

Mac-Coleman commented 1 year ago

Added in #6