Operating System Algorithms will walk you through in depth examples of algorithms that you would find in an operating system. Selected algorithms include ones related to process scheduling:
- First Come First Serve (FCFS)
- Shortest Job First (Non-preemption)
- Shortest Job First (Preemption)
- Priority
- Round Robin
As well as disk scheduling algorithms:
- First Come First Serve (FCFS)
- Shortest Seek Time First
- SCAN
- C-SCAN
- LOOK
- C-LOOK