Skip to content

Commit a115c39

Browse files
committed
Fixed sonar
1 parent 64279da commit a115c39

File tree

1 file changed

+0
-2
lines changed
  • src/main/java/g3401_3500/s3435_frequencies_of_shortest_supersequences

1 file changed

+0
-2
lines changed

src/main/java/g3401_3500/s3435_frequencies_of_shortest_supersequences/Solution.java

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -143,10 +143,8 @@ public List<List<Integer>> supersequences(String[] wordsArray) {
143143
ans.add(tansList);
144144
return ans;
145145
}
146-
147146
List<Integer> gm = findMinimalSolutions(wtc, tans, bg, ed);
148147
int minb = gm.stream().mapToInt(Integer::bitCount).min().getAsInt();
149-
150148
List<Integer> ns = new ArrayList<>();
151149
for (int i = 0; i < 26; i++) {
152150
if (tans[i] == 1) {

0 commit comments

Comments
 (0)