zhaphod / CodeJam

Solutions to Google CodeJam challenges

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Google Code Jam

Introduction

Google Code Jam is an international programming competition hosted and administered by Google. The competition began in 2003 as a means to identify top engineering talent for potential employment at Google. The competition consists of a set of algorithmic problems which must be solved in a fixed amount of time. Competitors may use any programming language and development environment to obtain their solutions.

Why am I doing this?

The problems are very interesting and very challenging. I have not yet directly participated in the Jam but I am planning to do so soon. As a part of my preparation I will solve the previous years problems. It will not only hone my algorithmic skills but will also sharpen my already sharp programming chops. :)

Official Google website

For the list of all problems, visit the official [Google CodeJam website] (https://code.google.com/codejam)

Books

License

Copyright (c) 2013-2014 Srinivas Kowtal. Licensed under the MIT license.

About

Solutions to Google CodeJam challenges


Languages

Language:Python 100.0%