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 d439ed5 commit ea70d0fCopy full SHA for ea70d0f
src/main/java/g2701_2800/s2717_semi_ordered_permutation/Solution.java
@@ -1,7 +1,6 @@
1
package g2701_2800.s2717_semi_ordered_permutation;
2
3
-// #Easy #Array #String #Hash_Table #Simulation
4
-// #2023_09_15_Time_3_ms_(100.00%)_Space_43.3_MB_(98.28%)
+// #Easy #Array #Simulation #2023_09_15_Time_3_ms_(100.00%)_Space_43.3_MB_(98.28%)
5
6
public class Solution {
7
public int semiOrderedPermutation(int[] nums) {
0 commit comments