Skip to content

Latest commit

 

History

History
15 lines (8 loc) · 296 Bytes

File metadata and controls

15 lines (8 loc) · 296 Bytes

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