Problem C: Theme Park Solution (Google Code Jam Qualification Round 2010)
May 8, 2010 in Uncategorized
Read the question here from GCJ Qualification Round 2010:
» Problem C: Theme Park
May 8, 2010 in Uncategorized
Read the question here from GCJ Qualification Round 2010:
» Problem C: Theme Park
May 8, 2010 in Uncategorized
Read the question here from GCJ Qualification Round 2010:
» Problem B: Fair Warning
May 8, 2010 in bit operations
Read the question here from GCJ Qualification Round 2010:
» Problem A: Snapper Chain
May 7, 2010 in Uncategorized
Google Code Jam has begun and there is still time to compete, so register and start coding now if you have not!
May 1, 2010 in Uncategorized
Given a string of lowercase characters, reorder them such that the same characters are at least distance d from each other. Read the rest of this entry →
May 1, 2010 in Uncategorized
Given a matrix (2D array) of m x n elements (m rows, n columns), write a function that prints the elements in the array in a spiral manner.