Unsorted Sorting
You are given a permutation $P$ of length $N$. A permutation of length $N$ is an array of length $N$ that contains every integer from $1$ to $N$. It can be modified by performing the following operation: - Choose indices $L$ and $R$ ($1 \leq L \leq R \leq N$) such that the subarray $[P_L, P_{L+1}, \ldots, P_R]$ is **not** sorted in ascending order. - Then, do one of the following: - Move ele
HINT LADDERno hints yet
L1 Observation
L2 Technique
L3 Approach
L4 Pseudo-code
🔒
L5 Full solution
L5 unlocks only if you insist twice
solution.cppC++17
CodeSearch Tutor
Hints, not spoilers — it won’t hand over the full solution unless you insist.
Sign in to chat with the tutor and save your progress.
Sign in to start