It doesn't matters as it does in ICPC, for example. If it executes in 1 second or 10 second, *really* doesn't matter in google code jam. You just have to concern about complexity, as in every programming context. If the problem have an input of 10^6 , probably a O(n²) won't work, for obvious reasons.
On Fri, Aug 14, 2009 at 1:17 AM, Chirantan <[email protected]>wrote: > > Ruby. Interesting. Even I am going to be choosing Ruby, however, I am > worried about its performance as the speed of execution matters. > Check > http://groups.google.com/group/google-code/browse_thread/thread/0bbe831f1d63d1ce/2c722566cbab2b25#2c722566cbab2b25 > > On Aug 14, 5:35 am, Timothy Fisher <[email protected]> wrote: > > Ruby here.. > > > > 2009/8/13 Camilo González <[email protected]> > > > > > > > > > > > > > C++ owns Java ! > > > --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
