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 7c7a135 commit aa96546Copy full SHA for aa96546
src/main/kotlin/g0601_0700/s0667_beautiful_arrangement_ii/Solution.kt
@@ -2,6 +2,7 @@ package g0601_0700.s0667_beautiful_arrangement_ii
2
3
// #Medium #Array #Math #2023_02_14_Time_175_ms_(100.00%)_Space_36.1_MB_(100.00%)
4
5
+@Suppress("NAME_SHADOWING")
6
class Solution {
7
fun constructArray(n: Int, k: Int): IntArray {
8
var k = k
0 commit comments