ALGORITHMS

Shortest Job First

Quick and efficient: SJF always picks the shortest job first!

Dining Philosophers

The Dining Philosophers Problem: a table for five, but not enough forks to go around!

Look/c-Look

Look/C-Look: The disk scheduling algorithm that knows where to look!

First In First Out

Get in line with FIFO: where the first process to arrive is the first to be served!

OperatingSystem