Minimum penalty
CodeChefOpen on judge ↗
Chef has given N number of element , he has to arrange the element in some order that penalty occurs is minimum . for example: N=3 2 1 3 O/P = 2 In above example minimum penalty of 1,2,3 is abs(2-1)+abs(3-2) = 2 ### Input: - First line will contain $T$, number of testcases. Then the testcases follow. - Each testcase contains of a single line of input, one integers $N$. - Next line contai
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