#Job Scheduler
Simulates the job scheduling processes of a CPU using round robin and appropriate resource management techniques. Uses the banker's algorithm to avoid dealocks. Queues are implemented as sorted linked lists.
| Name | Name | Last commit date | ||
|---|---|---|---|---|
#Job Scheduler
Simulates the job scheduling processes of a CPU using round robin and appropriate resource management techniques. Uses the banker's algorithm to avoid dealocks. Queues are implemented as sorted linked lists.