We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a3e436c commit 519fbb4Copy full SHA for 519fbb4
src/main/kotlin/g2901_3000/s2954_count_the_number_of_infection_sequences/Solution.kt
@@ -1,6 +1,6 @@
1
package g2901_3000.s2954_count_the_number_of_infection_sequences
2
3
-// #Hard #Array #Math #Combinatorics #2024_01_16_Time_1446_ms_(14.29%)_Space_69.1_MB_(14.29%)
+// #Hard #Array #Math #Combinatorics #2024_03_30_Time_1493_ms_(100.00%)_Space_69.7_MB_(100.00%)
4
5
import kotlin.math.max
6
0 commit comments