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 6b765d3 commit 6f32f20Copy full SHA for 6f32f20
src/main/kotlin/g3501_3600/s3510_minimum_pair_removal_to_sort_array_ii/Solution.kt
@@ -2,15 +2,6 @@ package g3501_3600.s3510_minimum_pair_removal_to_sort_array_ii
2
3
// #Hard #2025_04_06_Time_291_ms_(100.00%)_Space_84.49_MB_(100.00%)
4
5
-import kotlin.Array
6
-import kotlin.Int
7
-import kotlin.IntArray
8
-import kotlin.LongArray
9
-import kotlin.String
10
-import kotlin.arrayOfNulls
11
-import kotlin.assert
12
-import kotlin.run
13
-
14
class Solution {
15
fun minimumPairRemoval(nums: IntArray): Int {
16
val n = nums.size
0 commit comments