Skip to content

Commit 8047f12

Browse files
authored
Update Solution.java
1 parent bff0e1e commit 8047f12

File tree

1 file changed

+1
-0
lines changed
  • src/main/java/g3001_3100/s3003_maximize_the_number_of_partitions_after_operations

1 file changed

+1
-0
lines changed

Diff for: src/main/java/g3001_3100/s3003_maximize_the_number_of_partitions_after_operations/Solution.java

+1
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
// #Hard #String #Dynamic_Programming #Bit_Manipulation #Bitmask
44
// #2024_02_26_Time_1_ms_(100.00%)_Space_42.1_MB_(99.44%)
55

6+
@SuppressWarnings("java:S6541")
67
public class Solution {
78
private static final int ALPHABET_SIZE = 'z' - 'a' + 1;
89

0 commit comments

Comments
 (0)