Help me with tips for avoid TLE in C++ | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

Help me with tips for avoid TLE in C++

I am a 16 years boy and I have an important programming competition in C++. Do you know some tips for avoid TLE, like change cout by printf? Thanks in advance

17th Apr 2022, 12:07 AM
Flakos Developers
Flakos Developers - avatar
1 Answer
+ 2
Learn DSA properly. Know more about Time Complexity and Space Complexity. Learn here: https://www.geeksforgeeks.org/time-complexity-and-space-complexity/ Hope this will help you.🙂
18th Apr 2022, 9:51 AM
Sagnik Panda