You have to know when to use a language. I prefer to use C++, but in the common cases of very large numbers I change to python or Java.
But you could also use C++ for big numbers, with some tricks, but I prefer to change language to gain time. On Sun, Apr 14, 2013 at 12:26 AM, Amir Hossein Sharifzadeh < [email protected]> wrote: > I am professional in both C++ and Java. > Java is an open source, organized and also my ideal language . But C++ is > faster! > > > On Sat, Apr 13, 2013 at 11:31 PM, Jugesh Sundram > <[email protected]>wrote: > >> I disagree. >> The better language you can compete in code jam is the language you know >> the best. Note that the Top contenders used a combo of C++ and Python. It >> also depends on the problem statement , at times it may be easy to >> implement a technique in a language whereas it may take a heft amount of >> effort while working it out in C++. >> >> >> On 13 April 2013 22:44, sk <[email protected]> wrote: >> >>> I do use java, and even though one can compete in codejam, do you agree >>> that C++ is a better languague to compete in code jam. I see the top 5 are >>> using C++. >>> >>> -- >>> You received this message because you are subscribed to the Google >>> Groups "Google Code Jam" group. >>> To unsubscribe from this group and stop receiving emails from it, send >>> an email to [email protected]. >>> To post to this group, send email to [email protected]. >>> To view this discussion on the web visit >>> https://groups.google.com/d/msg/google-code/-/z-rqRNj92FYJ. >>> For more options, visit https://groups.google.com/groups/opt_out. >>> >>> >>> >> >> >> -- >> Jugesh Sundram >> ([email protected]) >> >> -- >> You received this message because you are subscribed to the Google Groups >> "Google Code Jam" group. >> To unsubscribe from this group and stop receiving emails from it, send an >> email to [email protected]. >> To post to this group, send email to [email protected]. >> For more options, visit https://groups.google.com/groups/opt_out. >> >> >> > > -- > You received this message because you are subscribed to the Google Groups > "Google Code Jam" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > To post to this group, send email to [email protected]. > For more options, visit https://groups.google.com/groups/opt_out. > > > -- Raul O. Gallegos Hidalgo -- You received this message because you are subscribed to the Google Groups "Google Code Jam" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. For more options, visit https://groups.google.com/groups/opt_out.
