Skip to content

Commit 7b441a1

Browse files
authored
Update Solution.java
1 parent b64fbd2 commit 7b441a1

File tree

1 file changed

+1
-0
lines changed
  • src/main/java/g1701_1800/s1719_number_of_ways_to_reconstruct_a_tree

1 file changed

+1
-0
lines changed

src/main/java/g1701_1800/s1719_number_of_ways_to_reconstruct_a_tree/Solution.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44

55
import java.util.HashSet;
66

7+
@SuppressWarnings("java:S1119")
78
public class Solution {
89
public int checkWays(int[][] pairs) {
910
int[][] adj = new int[501][501];

0 commit comments

Comments
 (0)