Блог пользователя VipinSharma01

Автор VipinSharma01, история, 3 года назад, По-английски

I have seen sometimes when I sort array it gives TLE but when I sort ArrayList code gets accepted why so?? I have added 2 codes in the first one I have used array, got TLE and in the second one i use arraylist and it got accepted.

(I googled but did not found the reason)

TLE when I used array: https://codeforces.com/contest/600/submission/104404543 Accepted when I use ArrayList: https://codeforces.com/contest/600/submission/104404966

Thanks.

  • Проголосовать: нравится
  • -3
  • Проголосовать: не нравится