O(N log N) solution not working for this problem.

Revision en2, by AvadaKedavara, 2024-01-04 05:50:14

In the problem Swaps [problem:https://codeforces.com/problemset/problem/1573/B], my solution which is of O(n log n) time complexity is not working and giving a tle on test 2, when clearly the problem allows O(n log n) to pass. My solution: [submission:https://codeforces.com/contest/1573/submission/240104987]. Can somebody explain why this is happening. I know that there is a better solution in the editorial but why should this not pass?

Update: Fixed the problem :>

History

 
 
 
 
Revisions
 
 
  Rev. Lang. By When Δ Comment
en2 English AvadaKedavara 2024-01-04 05:50:14 32 Tiny change: ' not pass?' -> ' not pass?\n\nUpdate: Fixed the problem :>'
en1 English AvadaKedavara 2024-01-04 05:23:40 489 Initial revision (published)