Skip to content

Latest commit

 

History

History

2017

🎄 Advent of Code 2017 🎄

This year I'll try to remember come C++.

  • All code was written and tested on macOS Sierra.
  • The compiler command used is g++ <file>.cpp -std=c++1z -lstdc++ -Wall -o <file>
  • The source files named xx_improved.cpp contain improved solutions based on solutions of other people
  • Credit: <www.adventofcode.com/2017>

Solutions

Day Problem Solution
1 Inverse Captcha 01.cpp
2 Corruption Checksum 02.cpp
3 Spiral Memory 03.cpp
4 High-Entropy Passphrases 04.cpp, 04_improved.cpp
5 A Maze of Twisty Trampolines, All Alike 05.cpp
6 Memory Reallocation 06.cpp
7 Recursive Circus 07.cpp
8 I Heard You Like Registers 08.cpp, 08_improved.cpp
9 Stream Processing 09.cpp
10 Knot Hash 10.cpp
11 Hex Ed 11.cpp
12 Digital Plumber 12.cpp
13 Packet Scanners 13.cpp, 13_improved.cpp
14 Disk Defragmentation 14.cpp
15 Dueling Generators 15.cpp
16 Permutation Promenade 16.cpp
17 Spinlock 17.cpp, 17_improved.cpp
18 Duet 18.cpp
19 A Series of Tubes 19.cpp
20 Particle Swarm 20.cpp
21 Fractal Art 21.cpp
22 Sporifica Virus 22.cpp
23 Coprocessor Conflagration 23.cpp
24 Electromagnetic Moat 24.cpp, 24_improved.cpp
25 The Halting Problem 25.cpp