Round Robin is a CPU scheduling algorithm where each process is assigned a fixed time slot in a cyclic way.
Shortest Job First (SJF) is an algorithm in which the process having the smallest execution time is chosen for the next execution.