File tree Expand file tree Collapse file tree 4 files changed +7
-5
lines changed
s3612_process_string_with_special_operations_i
s3613_minimize_maximum_component_cost
s3614_process_string_with_special_operations_ii
s3615_longest_palindromic_path_in_graph Expand file tree Collapse file tree 4 files changed +7
-5
lines changed Original file line number Diff line number Diff line change 1
- package g3601_3700 .s3612_process_string_with_special_operations_i ;
1
+ ppackage g3601_3700 .s3612_process_string_with_special_operations_i ;
2
2
3
- // #Medium #String #Simulation #2025_07_14_Time_3_ms_(100.00%)_Space_54.56_MB_ (100.00%)
3
+ // #Medium #String #Simulation #2025_07_14_Time_3_ms_(100.00%)_Space_54.53_MB_ (100.00%)
4
4
5
5
public class Solution {
6
6
public String processStr (String s ) {
Original file line number Diff line number Diff line change 1
1
package g3601_3700 .s3613_minimize_maximum_component_cost ;
2
2
3
- // #Medium #2025_07_14_Time_36_ms_(100.00%)_Space_88.30_MB_(98.68%)
3
+ // #Medium #Binary_Search #Graph #Union_Find #Sort
4
+ // #2025_07_14_Time_37_ms_(100.00%)_Space_88.50_MB_(98.52%)
4
5
5
6
public class Solution {
6
7
public int minCost (int ui , int [][] pl , int zx ) {
Original file line number Diff line number Diff line change 1
1
package g3601_3700 .s3614_process_string_with_special_operations_ii ;
2
2
3
- // #Hard #2025_07_14_Time_54_ms_ (100.00%)_Space_45.64_MB_ (100.00%)
3
+ // #Hard #String #Simulation #2025_07_14_Time_33_ms_ (100.00%)_Space_50.49_MB_ (100.00%)
4
4
5
5
public class Solution {
6
6
public char processStr (String s , long k ) {
Original file line number Diff line number Diff line change 1
1
package g3601_3700 .s3615_longest_palindromic_path_in_graph ;
2
2
3
- // #Hard #2025_07_14_Time_690_ms_(100.00%)_Space_74.69_MB_(100.00%)
3
+ // #Hard #String #Dynamic_Programming #Bit_Manipulation #Graph
4
+ // #2025_07_14_Time_641_ms_(100.00%)_Space_88.48_MB_(100.00%)
4
5
5
6
import java .util .ArrayList ;
6
7
import java .util .List ;
You can’t perform that action at this time.
0 commit comments