Skip to content

Commit 519fbb4

Browse files
authored
Improved task 2954
1 parent a3e436c commit 519fbb4

File tree

1 file changed

+1
-1
lines changed
  • src/main/kotlin/g2901_3000/s2954_count_the_number_of_infection_sequences

1 file changed

+1
-1
lines changed

src/main/kotlin/g2901_3000/s2954_count_the_number_of_infection_sequences/Solution.kt

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

3-
// #Hard #Array #Math #Combinatorics #2024_01_16_Time_1446_ms_(14.29%)_Space_69.1_MB_(14.29%)
3+
// #Hard #Array #Math #Combinatorics #2024_03_30_Time_1493_ms_(100.00%)_Space_69.7_MB_(100.00%)
44

55
import kotlin.math.max
66

0 commit comments

Comments
 (0)