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 8f7e557 commit 6304931Copy full SHA for 6304931
src/main/kotlin/g3601_3700/s3644_maximum_k_to_sort_a_permutation/Solution.kt
@@ -1,6 +1,7 @@
1
package g3601_3700.s3644_maximum_k_to_sort_a_permutation
2
3
-// #Medium #Weekly_Contest_462 #2025_08_11_Time_4_ms_(100.00%)_Space_83.96_MB_(100.00%)
+// #Medium #Array #Bit_Manipulation #Weekly_Contest_462
4
+// #2025_09_27_Time_2_ms_(100.00%)_Space_68.51_MB_(79.31%)
5
6
class Solution {
7
fun sortPermutation(nums: IntArray): Int {
0 commit comments