How To Overcome Time Limit Exceeded In Python Code Example


Example: is TLE means my code is correct but taking more time to computr

TLE actually means that your program excedes the time limit for a  particular test file. So, as soon as the time limit is exceeded the program stops executing and you don’t know whether your program  gives AC or not. So, best practice is to optimize your program as much as possible. Even, then it gives TLE, then go for different approach.

Comments

Popular posts from this blog

Are Regular VACUUM ANALYZE Still Recommended Under 9.1?

Can Feynman Diagrams Be Used To Represent Any Perturbation Theory?