Re: [gcj] Papers on declaratively solving GCJ problems

2015-06-26 Thread Bartholomew Furrow
Very cool! I wonder if there'll be an uptick in ECLiPSe usage next year after people see how it dispensed with some tricky problems. Thank you for sharing! On Wed, Jun 24, 2015 at 9:09 PM Sergii Dymchenko wrote: > Hi, > > You might be interested in two our papers that were recently accepted to >

[gcj] Papers on declaratively solving GCJ problems

2015-06-24 Thread Sergii Dymchenko
Hi, You might be interested in two our papers that were recently accepted to conferences: Sergii Dymchenko, Mariia Mykhailova. Declaratively solving tricky Google Code Jam problems with Prolog-based ECLiPSe CLP system. SAC 2015. Preprint: http://arxiv.org/abs/1412.2304 Sergii Dymchenko, Marii

Re: [gcj] Problems statements license

2011-06-17 Thread Bartholomew Furrow
At this point they're just covered by copyright. We currently plan to release problems, analyses and input data under http://creativecommons.org/licenses/by-nd/3.0, but that hasn't happened just yet. The license is NoDerivs, but you will be able to modify problem statements to reduce them to only

Re: [gcj] Problems statements license

2011-06-16 Thread Amahdy
Any response regarding this? -- Amahdy AbdElAziz http://www.linkedin.com/in/amahdyabdelaziz On Fri, Jun 10, 2011 at 12:56, Marcelo Ramires wrote: > I haven't read it anywhere, but I bet you could integrally copy it as long > as you credit Google, as there is a team of Google Engineers who have

Re: [gcj] Problems statements license

2011-06-10 Thread Marcelo Ramires
I haven't read it anywhere, but I bet you could integrally copy it as long as you credit Google, as there is a team of Google Engineers who have worked in this.. Please, correct me if I am wrong. On Thu, Jun 9, 2011 at 8:41 PM, Sergey Dymchenko wrote: > Hello! > > I'd like to know if I'm allowe

[gcj] Problems statements license

2011-06-09 Thread Sergey Dymchenko
Hello! I'd like to know if I'm allowed to copy or translate Code Jam problem statements. May I use the statements texts in my blog post, article or book? -- You received this message because you are subscribed to the Google Groups "google-codejam" group. To post to this group, send email to goo

Re: [gcj] problems

2011-05-04 Thread prajay shetty
for practise contest u dont have to submit the code u have to just submit the output file make sure u give it an extension as .out u wont be facing any problem its ok even u dont give .out extension but its safer to go with .out extension On Thu, May 5, 2011 at 12:02 AM, chase wrote: > i wrote

[gcj] problems

2011-05-04 Thread chase
i wrote the code in C FOR REVERSE STRING , IT'S TAKES INPUT FROM input text file , and reverse it . now, is the output to be saved in text file by the code or it should be command line output. and in what format the output should be ? and what is to be submitted , the code or the exe file.?? -- Y

Re: [gcj] problems

2010-04-10 Thread Luke Pebody
I don't think it's clear from reading rules 6 and 7 (although hopefully people should be able to work it out) that once the 8-minute timer is done, there is no submitting of the Large data set. Luke On Fri, Apr 9, 2010 at 6:30 PM, Bartholomew Furrow wrote: > You can also read the quick-start gui

Re: [gcj] problems

2010-04-09 Thread Bartholomew Furrow
You can also read the quick-start guide for Code Jam, which may help a bit, at http://code.google.com/codejam/faq.html#quickstart. -- 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.co

Re: [gcj] problems

2010-04-09 Thread vinayjulme
Aree dude... read it through any input stream, line by line. Look for how to open and read files line by line in your preferred language and then read the lines and process it according to the question or read it completely and then process it. Any way u find it easier. Vinay ** On Fri, Apr

Re: [gcj] problems

2010-04-09 Thread mahendrakariya
What the numbers mean is given in the question of that particular input file. Read the file. (You might be knowing file handling in your favourite programming language)! Parse the input file and operate on the data. Write the output in another file that you will upload as your solution. Regards, M

Re: [gcj] problems

2010-04-09 Thread dgcooldue
It seems to me that participants ( including me ) are quiet confused of how to use those inputs in their programs .. How do we include those inputs in the files into our own program. Do we have to check the inputs manually ?? or do we have to input them through some other process ??? On Fri, Apr

Re: [gcj] problems

2010-04-08 Thread Paul Smith
Which problem did you get those .in files from? Did you read the problem? Paul Smith p...@pollyandpaul.co.uk On Thu, Apr 8, 2010 at 7:05 PM, sandeep <023> wrote: > i opened the .in file with wordpad and got lots of numbers. > what to do with all these numbers in the file small.in and > large

[gcj] problems

2010-04-08 Thread sandeep <023>
i opened the .in file with wordpad and got lots of numbers. what to do with all these numbers in the file small.in and large.in? -- 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.

[gcj] Re: OK to blog about solution approaches to the gcj problems?

2009-09-05 Thread Bartholomew Furrow
I'm not an expert on the laws here. If you need me to check with our lawyers I can, but I think you should be OK as long as you follow the following rules: 1. Don't blog about the problems from a round during the round [that one I'm sure about]. 2. Mention at some point that these problems came f

[gcj] OK to blog about solution approaches to the gcj problems?

2009-09-05 Thread Bjoern
This was my first programming competition and I am only learning some of the algorithms by and by. I've looked at some of the submitted solutions and then tried to figure out the logic behind them. Since the solutions from the top contestants usually don't explain much, I wonder if it would be O