moiz_hussain's blog

By moiz_hussain, history, 10 years ago, In English

I was attempting ques. 580B. My AC solution(http://mirror.codeforces.com/submissions/moiz_hussain#AC) using qsort() and 2D array gives time of 265ms on case 26 where as WA solution(http://mirror.codeforces.com/submissions/moiz_hussain#WA) uses a quicksort function and two arrays gives time of 2000ms.Can someone explain why this is happening?

Full text and comments »

  • Vote: I like it
  • 0
  • Vote: I do not like it