I couldnt understand what should I do?
public static void subprime_path(ArrayList<ArrayList<Pair>> capacities, ArrayList<ArrayList<Pair>> loads, int start, int end){
System.out.println("Hello World.");
}
I have to fill this method and given input is this
4
3,100;1,15;2,100
3,15
3,100
.
3,100;1,10;2,60
3,10
3,60
.
0
3
Output should be 120