/adventofcode2017

my solutions to the 2017 advent calander (http://adventofcode.com/)

Primary LanguagePython

Advent of Code 2017 Solutions

These are my solutions to the Advent of Code 2017. They're written in python. I've included my inputs, usually in a file named 'input'. Each day has it's own folder. Parts of each day don't really have any standard notations.

The days thus far:

  1. Day 1: Inverse Captcha - solution
  2. Day 2: Corruption Checksum - solution
  3. Day 3: Spiral Memory - solution
  4. Day 4: High-Entropy Passphrases - solution
  5. Day 5: A Maze of Twisty Trampolines, All Alike - solution
  6. Day 6: Memory Reallocation - solution
  7. Day 7: Recursive Circus - solution
  8. Day 8: I Heard You Like Registers - solution
  9. Day 9: Stream Processing - solution
  10. Day 10: Knot Hash - solution
  11. Day 11: Hex Ed - solution
  12. Day 12: Digital Plumber - solution
  13. Day 13: Packet Scanners - solution
  14. Day 14: Disk Defragmentation - solution
  15. Day 15: Dueling Generators - solution
  16. Day 16: Permutation Promenade - solution
  17. Day 17: Permutation Promenade - solution
  18. Day 18: Permutation Promenade - solution
  19. Day 19: A Series of Tubes - solution
  20. Day 20: Particle Swarm - solution