mirror of
https://github.com/TheAlgorithms/Java.git
synced 2025-07-07 01:35:16 +08:00
chnages
This commit is contained in:
@ -31,8 +31,8 @@ class Schedule {
|
||||
processes = new ArrayList<Process>();
|
||||
remainingProcess = new ArrayList<Process>();
|
||||
|
||||
gantChart = new ArrayList<Integer>();
|
||||
arrivals = new HashMap<Integer, ArrayList<Process>>();
|
||||
gantChart = new ArrayList<>();
|
||||
arrivals = new HashMap<>();
|
||||
|
||||
System.out.print("Enter the no. of processes: ");
|
||||
noOfProcess = in.nextInt();
|
||||
|
Reference in New Issue
Block a user