Skip to content

Files

Latest commit

e95271f Β· Dec 21, 2024

History

History

2017

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
Dec 10, 2023
Dec 3, 2024
Dec 21, 2024
Aug 17, 2024
Dec 10, 2023
Aug 17, 2024
Dec 10, 2023
Dec 10, 2023
Dec 10, 2023
Dec 10, 2023
Dec 10, 2023
Dec 10, 2023
Dec 10, 2023
Dec 10, 2023
Dec 21, 2024
Dec 21, 2024
Dec 10, 2023
Dec 22, 2023
Dec 10, 2023
Dec 10, 2023

Advent of Code 2017

Main Page | Tests

2015 | 2016 | 2017 | 2018 | 2019 | 2020 | 2021 | 2022 | 2023 | 2024

πŸ† 34/50

Day Problem Page Status Difficulty Solution Page Test Page Tags
1 Inverse Captcha πŸ₯‡ ❄️ day_01.ex day_01_test.exs sliding-window, rust
2 Corruption Checksum πŸ₯‡ ❄️ day_02.ex day_02_test.exs arithmetic, sequence, rust
3 Spiral Memory πŸ₯‡ ❄️ ❄️ ❄️ day_03.ex day_03_test.exs spiral, matrix
4 High-Entropy Passphrases πŸ₯‡ ❄️ day_04.ex day_04_test.exs validation, rust
5 A Maze of Twisty Trampolines, All Alike πŸ₯‡ ❄️ ❄️ day_05.ex day_05_test.exs not-fast-enough, random-access
6 Memory Reallocation πŸ₯‡ ❄️ ❄️ ❄️ day_06.ex day_06_test.exs sequence, reduction
7 Recursive Circus πŸ₯ˆ ❄️ ❄️ ❄️ day_07.ex day_07_test.exs tree
8 I Heard You Like Registers πŸ₯‡ ❄️ ❄️ day_08.ex day_08_test.exs op-code
9 Stream Processing πŸ₯‡ ❄️ ❄️ day_09.ex day_09_test.exs fsm
10 Knot Hash πŸ₯‡ ❄️ ❄️ day_10.ex day_10_test.exs hash
11 Hex Ed πŸ₯‡ ❄️ ❄️ ❄️ ❄️ day_11.ex day_11_test.exs hexagon
12 Digital Plumber πŸ₯‡ ❄️ ❄️ day_12.ex day_12_test.exs disjoint-set
13 Packet Scanners πŸ₯‡ ❄️ ❄️ day_13.ex day_13_test.exs sequence, slow
14 Disk Defragmentation πŸ₯ˆ ❄️ ❄️ ❄️ day_14.ex day_14_test.exs not-fast-enough, half-done, hash
15 Dueling Generators πŸ₯‡ ❄️ ❄️ ❄️ ❄️ day_15.ex day_15_test.exs number-theory, bitwise, slow
16 Permutation Promenade πŸ₯‡ ❄️ ❄️ ❄️ day_16.ex day_16_test.exs op-code, count
17 Spinlock πŸ₯‡ ❄️ ❄️ ❄️ day_17.ex day_17_test.exs vector, random-access, not-fast-enough
18 Duet πŸ₯ˆ ❄️ ❄️ ❄️ day_18.ex day_18_test.exs data-modelling, op-code, half-done
23 Coprocessor Conflagration πŸ₯ˆ ❄️ ❄️ ❄️ day_23.ex day_23_test.exs op-code