PerfectoZ's blog

By PerfectoZ, history, 2 years ago, In English

Can someone help me with how I can remove TLE in this python code : 139519137 This is the same Algorithm but in C++ : 139524288 I guess O(nlogn) shouldn't be a TLE in python for n=1e5 Here is the Problem 1617C - Paprika and Permutation Thanks

Full text and comments »

  • Vote: I like it
  • -22
  • Vote: I do not like it