[gcj] Alien Language in PHP

2010-04-17 Thread Mathias Grimm
I solve it with php code! http://mathiasgrimm.com.br/?p=17 someone participate on the GCJ with php? -- You received this message because you are subscribed to the Google Groups google-codejam group. To post to this group, send email to google-c...@googlegroups.com. To unsubscribe from this

[gcj] Re: New to Code Jam 2010

2010-04-17 Thread tonka
i am all new to gcj. so as i was going through the rules i found that they said that reading the problem didn't start any timer whereas downloading the inputs did. but then the 2hr30min alloted for round 1 and so on are for downloading inputs and submitting outputs or is it the total time in which

Re: [gcj] Re: Difference betwen Small and Large inputs

2010-04-17 Thread Gustavo Pacianotto Gouveia
for google servers, all algorithms are O(1) 2010/4/17 Jacob Lyles jacob.ly...@gmail.com I'm not sure what the rules are, but software is usually far more important than hardware when it comes to algorithm running times: http://en.wikipedia.org/wiki/Analysis_of_algorithms#Run-time_analysis

Re: [gcj] Re: Difference betwen Small and Large inputs

2010-04-17 Thread ayman bs
In contest, some problems will produce Timed out message with large input, so I don't advise you to go with this assumption :D On Sat, Apr 17, 2010 at 7:32 PM, Gustavo Pacianotto Gouveia gustavo.paciano...@gmail.com wrote: for google servers, all algorithms are O(1) 2010/4/17 Jacob Lyles

Re: [gcj] Difference betwen Small and Large inputs

2010-04-17 Thread basheer jan
well,it does affect with the size of inputs coz the data type for for different compilers varies,as how they are designed. On Wed, Apr 14, 2010 at 5:16 PM, Schiefler lgu...@gmail.com wrote: Hi all, I'm a little bit new on programming. I wanna know if there is another difference betwen small

[gcj] about book for algorithm

2010-04-17 Thread swami
hi every one. which book is best for algorithm and design please help me -- You received this message because you are subscribed to the Google Groups google-codejam group. To post to this group, send email to google-c...@googlegroups.com. To unsubscribe from this group, send email to

Re: [gcj] Re: Difference betwen Small and Large inputs

2010-04-17 Thread Atanas Banov
I beg to differ - I've been practicing the problems from '09 and i haven't seen a problem that requires 64bit int instead of 32bit one. Sometimes you may need bignums but I doubt very much that being able to hold 19 decimal digits (long long) vs 9 digits (long) will make a difference for the

Re: [gcj] Regarding Registrations

2010-04-17 Thread chen liu
I think you should change your browser and try again. On Sun, Apr 18, 2010 at 10:11 AM, Dhruva Sagar dhruva.sa...@gmail.comwrote: Hi guys, I had participated last year, I wanted to participate this year too. When I click on participate on the codejam site, it takes me to the registration

Re: [gcj] Regarding Registrations

2010-04-17 Thread Bartholomew Furrow
I think you should change your browser and try again. No, this one's our fault. Sorry, Dhruva; I'll have a fix in a few minutes. -- You received this message because you are subscribed to the Google Groups google-codejam group. To post to this group, send email to

Re: [gcj] Regarding Registrations

2010-04-17 Thread Dhruva Sagar
Hi Bartholomew Furrow, Thanks a lot guys, I was able to register this time :) Thanks Regards, Dhruva Sagar. On Sun, Apr 18, 2010 at 07:45, chen liu mitchell.l...@gmail.com wrote: I think you should change your browser and try again. On Sun, Apr 18, 2010 at 10:11 AM, Dhruva Sagar

Re: [gcj] Regarding Registrations

2010-04-17 Thread Bartholomew Furrow
Great! Everyone please feel free to email me (fur...@gmail.com) or our official feedback alias (programmingcontest-feedb...@google.com) with any further problems. I wasn't aware we had a (big) problem until Dhruva pointed it out. Thanks! Bartholomew On Sat, Apr 17, 2010 at 7:55 PM, Dhruva

Re: [gcj] about book for algorithm

2010-04-17 Thread chen liu
And what is the best for C++ book? How about the C++ Primer? On Sun, Apr 18, 2010 at 11:33 AM, Jacob Lyles jacob.ly...@gmail.com wrote: For C: http://www.amazon.com/Programming-Language-2nd-Brian-Kernighan/dp/0131103628 On Sat, Apr 17, 2010 at 8:24 PM, Mathias Grimm

Re: [gcj] about book for algorithm

2010-04-17 Thread Mathias Grimm
Thanks! I heard that Bjarne Stroustrup The C++ Programming Language is the best, -- Att. Mathias Grimm Sun Certified Java Programmer 6.0 #SUN604760 Zend Certified Engineer #ZEND006756 Oracle 1Z0-001 http://mathiasgrimm.com.br http://phpempregos.com.br -- You received this message because

Re: [gcj] Alien Language in PHP

2010-04-17 Thread Thanh Le Cong
I did the problem! I like your solve! But I ussually use java or c++ or c#. *Have a nice day!* -- Lê Công Thành http://edulab.com.vn/codepro http://codepro.edulab.com.vn http://fit.utehy.edu.vn/codepro -- You received this message because you are subscribed to the Google Groups google-codejam