Skip to content

Commit ed73734

Browse files
committed
Fixed time tag
1 parent 0b1ea96 commit ed73734

File tree

1 file changed

+1
-1
lines changed
  • src/main/kotlin/g3401_3500/s3459_length_of_longest_v_shaped_diagonal_segment

1 file changed

+1
-1
lines changed

src/main/kotlin/g3401_3500/s3459_length_of_longest_v_shaped_diagonal_segment/Solution.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
package g3401_3500.s3459_length_of_longest_v_shaped_diagonal_segment
22

33
// #Hard #Array #Dynamic_Programming #Matrix #Memoization
4-
// #2025_02_18_Time_287_ms_(_%)_Space_131.62_MB_(100.00%)
4+
// #2025_02_18_Time_287_ms_(100.00%)_Space_131.62_MB_(100.00%)
55

66
import kotlin.math.max
77

0 commit comments

Comments
 (0)