Advent of Code - Year 2015, Day 03
Problem statement: http://adventofcode.com/2015/day/3 Part A Solving this problem requires keeping track of the houses that Santa has visited. Two ways this can be done: keep
Problem statement: http://adventofcode.com/2015/day/3 Part A Solving this problem requires keeping track of the houses that Santa has visited. Two ways this can be done: keep
Problem statement: http://adventofcode.com/2015/day/2 Part A Solving this problem is relatively straight-forward: with a for-loop, use the math formulas provided for each record in the input,
Problem statement: http://adventofcode.com/2015/day/1 Part A Part A simply requires counting the number of ( and ) and evaluating the difference. This can even be done with a
One of my new favorite activities around Christmas time is a programming challenge website called Advent of Code. Some of the problems are easy, but they rapidly get difficult. Because