Hi everyone.
I am wondering to what degree should I optimize my code.
Sometimes although already developing my code whose complexity is same as editor’s one, I have spent much more time thinking better one. But usually my tries for looking for the better end up without success.
When you solve problems, to what degree do you optimize your code? Do I have to repeat to enhance my code till I do not meet TLE?
Please share your experiences.
Thank you for reading my question.