I am a newbie on Codechef, so I need a little guidance . I have found a O(NlogN) solution to a problem on
Codechef where N=10^6 , and time-limit:-2(seconds) .
Will my solution pass the time limit?
Thanks!
I am a newbie on Codechef, so I need a little guidance . I have found a O(NlogN) solution to a problem on
Codechef where N=10^6 , and time-limit:-2(seconds) .
Will my solution pass the time limit?
Thanks!
It should. As long as the product approximately is less than 5*10^8, it should pass. Please note we are ignoring any hidden constants here.