Skip to content

Latest commit

 

History

History

LAB3

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
CPU SCHEDULING ALGORITHMS:

1]First come first serve
  [Nonpreemptive-with same arrival time and with different arrival time]
  
2]Shortest Job First
  [Nonpreemptive-with same arrival time and with different arrival time]
  [preemptive]
  
3]Priority Scheduling
  [Nonpreemptive-with same arrival time and with different arrival time]
  [preemptive]
  
4]Round Robin
  [preemptive]