The aim of this project is to gather all competitive programmers and learners under one roof and contribute solutions of a really famous competitive programming competiton Google Code Jam, which as the name suggests is organised by Google Inc. It is a really grand afair where coders from all over the world compete each year.
To know more about Google Code Jam, visit this link: https://code.google.com/codejam/
It is very simple to contribute your code in this repository.
-
Fork this repository
-
One has to create a directory of the year of the competition in which the question was asked. (If its not already there)
-
Now the contributor must create a subdirectory of the Round of the competition.
-
Finally create another subdirectory in the directory created in the previous step and directory should be named after the question.
-
In this directory create a text file and add the problem statement and the source code file in the same directory.
-
Now after adding code to the forked repository the contributor must create a pull request over my repository.
-
There can be multiple source codes for the same question.
-
The source code can be in any programming language.
-
Please add detailed comments in the code so that its simpler to read and interpret the code for all the contributors.
-
Contributors can also contribute problem statements from the competitions.