Scheduling Algorithms
CPU Scheduling deals with the problem of deciding which of the processes in
the ready queue is to be allocated the CPU.
Following are some scheduling algorithms we will study
- FCFS Scheduling.
- Round Robin Scheduling.
- SJF Scheduling.
- SRT Scheduling.
- Priority Scheduling.
- Multilevel Queue Scheduling.
- Multilevel Feedback Queue Scheduling.