Skip to content

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

Notifications You must be signed in to change notification settings

Mandy-13/Java-Process-Scheduling-Algorithms

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