All About Constraints in Competitive Programming | Tricks to avoid Time Limit Exceeded🔥🔥

preview_player
Показать описание
Hello Everyone,
Today in this video I have explained everything about Constraints in Competitive Programming and Tricks to avoid TLE(Time Limit Exceeded).
So go and have a look in the video, and Share with your friends.

1 second time limit is for C++ but for Java and Python is Different.
Time Limits--
C++ = 1 second
Java = 2 Second
Python = 5 Second

But to avoid TLE you have to make maximum 10^8 iterations.
And for the list of shown in the video check the pin comment!!!

Please like, comment and subscribe our channel.

#coding #competitiveProgramming #codechef #codeforces #solution #contest
Hope you like it. Comment if you have any doubt

LIKE | SHARE | SUBSCRIBE
Рекомендации по теме
Комментарии
Автор

Thanks and one more request in every problem how we write brute force approch and go for good approch

justworkfine