Wip maj (okay i stop trying to optimise) roundRobin

This commit is contained in:
iboyeau 2023-03-13 15:07:21 +01:00
parent 87b1727434
commit ef3a210fd1

View File

@ -55,7 +55,6 @@ public class RoundRobin extends Scheduler {
*/
private User UserSelection(int Ts, int Sp, List<User> Users) {
for (int i = 0; i < Ts; i++){
for (int j = 0; j < Sp; j++) {
index++;