8000 GitHub - Mandy-13/Java-Process-Scheduling-Algorithms: Preemptive SJF, Non Preemptive SJF, and Non Preemptive Priority using Java
[go: up one dir, main page]

Skip to content

Mandy-13/Java-Process-Scheduling-Algorithms

Folders and files

NameName
Last commit message< 8000 /span>
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Java-Process-Scheduling-Algorithms

Preemptive SJF, Non Preemptive SJF, and Non Preemptive Priority using Java

Run Main.java to start the program

Example run test:

Enter number of process (3-10): 5

Enter burst time: 2 5 5 6 4

Enter arrival time: 0 1 2 3 4

Enter priority: 5 11 1 1 10

About

Preemptive SJF, Non Preemptive SJF, and Non Preemptive Priority using Java

Topics

Resources

Stars

Watchers

Forks

Languages

0