Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Solutions for Google Code Jam problems

This repository contains my solutions to some of the Google Code Jam problems. (Mainly C++/Golang).

Compiling and running solutions

Each individual solution directory contains a Makefile. You can build the solution by running

make all

and run program on the input files with

make run

The root Makefile can be used to build/run the solutions for all the problems.

Table of the solutions in this repository

qualification round1A round1B round1C round2 round3 finals
2008 X X X
2010 X X X
2011 X X X
2014 X X X - X - X X X X X -
2015 X X - X - -
2016 X X - X X X X X - - - X - X - - -
2017 X X X X X X -

About

Some solutions for the google code jam problems (mostly C++/Go)

Resources

Stars

Watchers

Forks

Releases

Packages

Contributors

Languages