Skip to content

minhtridn2001/cpu-scheduling

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

cpu-scheduling

CPU scheduling(FCFS, SJF, SRJF, Round robin) in JAVA
Implement and evaluate the following scheduling algorithms:

  1. First come first served
  2. Shortest job first
  3. Shortest remaining job first (without pre‐emption)
  4. Round robin (without pre‐emption)

About

CPU scheduling(FCFS, SJF, SRJF, Round robin) in JAVA

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages