Multilevel queue scheduling algorithm using c++ there are 4 queues use in this algorithm. Each queue has its own cpu scheduling algorithm 1st queue-Round Robin(RR) 2nd and 3rd queue-shortest job first(SJF) 4th queue-First in first out(FIFO)
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Multilevel queue scheduling algorithm using c++ there are 4 queues use in this algorithm. Each queue has its own cpu scheduling algorithm 1st queue-Round Robin(RR) 2nd and 3rd queue-shortest job first(SJF) 4th queue-First in first out(FIFO)