File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed
s3644_maximum_k_to_sort_a_permutation
s3666_minimum_operations_to_equalize_binary_string Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change 1
1
package g3601_3700 .s3644_maximum_k_to_sort_a_permutation ;
2
2
3
- // #Medium #Weekly_Contest_462 #2025_08_14_Time_1_ms_(100.00%)_Space_61.65_MB_(71.89%)
3
+ // #Medium #Array #Bit_Manipulation #Weekly_Contest_462
4
+ // #2025_09_27_Time_1_ms_(100.00%)_Space_62.64_MB_(34.63%)
4
5
5
6
public class Solution {
6
7
public int sortPermutation (int [] nums ) {
Original file line number Diff line number Diff line change 1
1
package g3601_3700 .s3666_minimum_operations_to_equalize_binary_string ;
2
2
3
- // #Hard #String #Hash_Table #Math #Biweekly_Contest_164 #Breadth_First_Search
3
+ // #Hard #String #Hash_Table #Math #Breadth_First_Search #Biweekly_Contest_164
4
4
// #2025_09_26_Time_6_ms_(85.17%)_Space_45.57_MB_(88.76%)
5
5
6
6
public class Solution {
You can’t perform that action at this time.
0 commit comments