On Thu, Aug 13, 2009 at 3:05 PM, Chirantan<[email protected]> wrote: > No I mean the speed of execution. Not the time we have to submit the > program for the test downloaded. I think Shreyas answered my question.
After you've downloaded the small dataset, you'll have only 4 minutes to run you program on it and submit your answer to the input. So, if your program takes a long time to solve it (about 4 minutes or more), you won't be able to submit your output on time. Also, after you've downloaded the large dataset, you'll have only 8 minutes to submit your answer. Then yes, speed of execution matters. You have to design your algorithms carefully, with the right time complexity, so that you can submit your output on time. -- Luiz Ribeiro http://luizribeiro.org/ --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "google-codejam" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/google-code?hl=en -~----------~----~----~----~------~----~------~--~---
