Solutions to to the problems in Advent of Code 2017 (http://adventofcode.com). Solved by me in Python programming language.
To run the programs, save the given input as n_input.txt and run python na_aoc.py < n_input.txt
or python nb_aoc.py < n_input.txt (n is the problem number).