Skip to content

Commit aa96546

Browse files
authored
Update Solution.kt
1 parent 7c7a135 commit aa96546

File tree

1 file changed

+1
-0
lines changed
  • src/main/kotlin/g0601_0700/s0667_beautiful_arrangement_ii

1 file changed

+1
-0
lines changed

src/main/kotlin/g0601_0700/s0667_beautiful_arrangement_ii/Solution.kt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ package g0601_0700.s0667_beautiful_arrangement_ii
22

33
// #Medium #Array #Math #2023_02_14_Time_175_ms_(100.00%)_Space_36.1_MB_(100.00%)
44

5+
@Suppress("NAME_SHADOWING")
56
class Solution {
67
fun constructArray(n: Int, k: Int): IntArray {
78
var k = k

0 commit comments

Comments
 (0)