Skip to content

isnbh0/advent-of-code-2017

Repository files navigation

Advent of Code 2017

Run instructions

  1. Navigate into folder of choice (e.g. ./day01)
  2. Replace input text file accordingly (prob1.txt)
  3. Run script with python part1.py or python part2.py

Source website for problems

Advent of Code 2017


Dependencies

NumPy was the only notable non-builtin package used.


Caveats

  • A few solutions originally involved manual calculation and thus include hardcoded components. For these, more generalizable solutions will be provided in the future.
  • Some solutions (day24 especially) are quite inefficient time-wise. I hope to improve these in future updates.

by John Choi (최정혁) 2018

About

Solutions for Advent of Code 2017

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages