I am trying to compare a scheduling algorithm with the algorithms that are actually used in computer systems these days. But I couldn't find the algorihms expect the basic ones.
What about Round robin, FIFO (first in first out), shortest job first, scan,priority queues (single and double ended), shortest remaining time priorities, etc., does that help?