Can someone help me with how I can remove TLE in this python code : 39519137 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
Python Solution TLE but Same Algorithm AC in C++
Can someone help me with how I can remove TLE in this python code : 39519137 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