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 e061338 commit 2c388f1Copy full SHA for 2c388f1
src/main/kotlin/g3601_3700/s3637_trionic_array_i/Solution.kt
@@ -1,6 +1,6 @@
1
package g3601_3700.s3637_trionic_array_i
2
3
-// #Easy #Array #Weekly_Contest_461 #2025_08_14_Time_0_ms_(100.00%)_Space_43.15_MB_(44.56%)
+// #Easy #Array #Weekly_Contest_461 #2025_08_14_Time_1_ms_(100.00%)_Space_43.95_MB_(38.57%)
4
5
class Solution {
6
fun isTrionic(nums: IntArray): Boolean {
0 commit comments