Odd Adjacent Swap
CodeChefOpen on judge ↗
Yash has a list of non-negative numbers. Sadly, the list is unsorted which makes him unhappy. Sorting the list normally would be trivial so Yash decided to impose some restrictions on the process. The list can only be sorted in the following way: (i) In each operation you can choose an integer i between 1 and n (ii) Swap elements at index i and i+1 only if sum of them is odd. This can be done a
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