Skip to content

moazmohamed20/OS-Algorithms

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Operating System Algorithms

Process Scheduling Algorithms

  • First Come, First Served ( FCFS )
  • Shortest Job First ( Preemptive / Non-Preemptive ) ( SJF )
  • Priority ( Preemptive / Non-Preemptive )
  • Round Robin ( RR )