Skip to content

Commit 05f5352

Browse files
committedApr 4, 2025
Fixed sonar
1 parent b726431 commit 05f5352

File tree

1 file changed

+1
-0
lines changed
  • src/main/java/g1601_1700/s1659_maximize_grid_happiness

1 file changed

+1
-0
lines changed
 

‎src/main/java/g1601_1700/s1659_maximize_grid_happiness/Solution.java

+1
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
// #Hard #Dynamic_Programming #Bit_Manipulation #Bitmask #Memoization
44
// #2025_04_04_Time_39_ms_(86.36%)_Space_54.76_MB_(72.73%)
55

6+
@SuppressWarnings("java:S107")
67
public class Solution {
78
private static final int NONE = 0;
89
private static final int INTROVERT = 1;

0 commit comments

Comments
 (0)