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

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

Editorial hinted that there is a $$$O(n^2.log(n))$$$ solution so I tried to implement so using BIT. Turns out I'm still getting TLE, in fact its even slower than the $$$O(n^3)$$$ for some reason.

Code

Полный текст и комментарии »

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