1
0
mirror of synced 2024-12-21 11:15:51 +01:00

Fix operation linting

This commit is contained in:
GCHQ 77703 2019-02-19 10:16:51 +00:00
parent 44a164ed28
commit 822a4fab86

View File

@ -71,7 +71,7 @@ class GenerateDeBruijnSequence extends Operation {
}
return;
}
a[t] = a[t - p];
db(t + 1, p);
for (let j = a[t - p] + 1; j < k; j++) {