Even then I think you would not want to parse input using C++, you'd rather use Python's regex for that task
On Wed, Sep 2, 2009 at 2:21 PM, Bartholomew Furrow <[email protected]> wrote: > I think is best to use the language you are most comfortable with, usually >> how good the algorithm is more important than how fast the language is. > > > That's a fair statement. I won't guarantee that every problem is solvable > in every language in the time allotted, but the ones that aren't solvable by > all the modern languages due to speed issues are going to be the exception > rather than the rule. If I were competing I would feel comfortable using > Python, unless my solution were brute-force and I thought I might need C++'s > speed. > > > > -- Satyajit --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
