Skip to content

Commit 6f8292f

Browse files
committed
Updated tags
1 parent 9b96d7b commit 6f8292f

File tree

3 files changed

+5
-3
lines changed
  • src/main/kotlin/g3601_3700

3 files changed

+5
-3
lines changed

src/main/kotlin/g3601_3700/s3613_minimize_maximum_component_cost/Solution.kt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
package g3601_3700.s3613_minimize_maximum_component_cost
22

3-
// #Medium #2025_07_14_Time_34_ms_(100.00%)_Space_134.64_MB_(44.44%)
3+
// #Medium #Binary_Search #Graph #Union_Find #Sort
4+
// #2025_07_14_Time_34_ms_(100.00%)_Space_134.64_MB_(44.44%)
45

56
import kotlin.math.max
67

src/main/kotlin/g3601_3700/s3614_process_string_with_special_operations_ii/Solution.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
package g3601_3700.s3614_process_string_with_special_operations_ii
22

3-
// #Hard #2025_07_14_Time_37_ms_(100.00%)_Space_50.21_MB_(100.00%)
3+
// #Hard #String #Simulation #2025_07_14_Time_37_ms_(100.00%)_Space_50.21_MB_(100.00%)
44

55
class Solution {
66
fun processStr(s: String, k: Long): Char {

src/main/kotlin/g3601_3700/s3615_longest_palindromic_path_in_graph/Solution.kt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
package g3601_3700.s3615_longest_palindromic_path_in_graph
22

3-
// #Hard #2025_07_14_Time_635_ms_(100.00%)_Space_96.67_MB_(100.00%)
3+
// #Hard #String #Dynamic_Programming #Bit_Manipulation #Graph
4+
// #2025_07_14_Time_635_ms_(100.00%)_Space_96.67_MB_(100.00%)
45

56
import kotlin.math.max
67

0 commit comments

Comments
 (0)