­

Calculating Time Complexity in Competitive Programming

12:53 / BY Unknown
So, now lets see how to know the Big-oh complexity for a given competitive programming questions.So follow this approach - 1.In all the platforms, you will be given a time limit in seconds according to the language you choose.Some platforms may not give you time limit for your programming language directly ,so calculate it as- a. Codechef - codechef calculation -So,as said in the article multiply your language multiplier given here with the time limit given in...

Continue Reading