Skip to content

Instantly share code, notes, and snippets.

View mgoovaer's full-sized avatar

Maxime Goovaerts mgoovaer

View GitHub Profile
@mgoovaer
mgoovaer / NewLotteryGame
Created August 15, 2014 01:50
My solution to Google Code Jam 1B 2014 - Problem B: https://code.google.com/codejam/contest/2994486/dashboard#s=p1
import java.io.*;
import java.util.*;
import java.lang.*;
import java.security.*;
import java.math.*;
/**
*
* @author MaxGoovaerts
*/
@mgoovaer
mgoovaer / DeceitfulWar.java
Created August 15, 2014 01:19
My solution to Google Code Jam Qualification Round 2014 - Problem D: https://code.google.com/codejam/contest/dashboard?c=2974486#s=p3
import java.io.*;
import java.util.*;
import java.lang.*;
import java.security.*;
import java.math.*;
/**
*
* @author MaxGoovaerts
*/
@mgoovaer
mgoovaer / MagicTrick.java
Created August 15, 2014 01:15
My solution to Google Code Jam Qualification Round 2014 - Problem A: https://code.google.com/codejam/contest/dashboard?c=2974486#s=p0
import java.io.*;
import java.util.*;
import java.lang.*;
import java.security.*;
/**
*
* @author MaxGoovaerts
*/
public class MagicTrick {
@mgoovaer
mgoovaer / CookieClickerAlpha.java
Last active August 29, 2015 14:05
My solution to Google Code Jam Qualification Round 2014 - Problem B: https://code.google.com/codejam/contest/dashboard?c=2974486#s=p1
import java.io.*;
import java.util.*;
import java.lang.*;
import java.security.*;
import java.math.*;
/**
*
* @author MaxGoovaerts
*/