Skip to content

Files

Latest commit

 

History

History

2019

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Advent of Code 2019

Main Page | Tests

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

πŸ† 15/50

Day Problem Page Status Difficulty Solution Page Test Page Tags
1 The Tyranny of the Rocket Equation πŸ₯‡ ❄️ day_01.ex day_01_test.exs calculation, rust
2 1202 Program Alarm πŸ₯‡ ❄️ day_02.ex day_02_test.exs op-code, not-fast-enough, int-code
3 Crossed Wires πŸ₯‡ ❄️ day_03.ex day_03_test.exs grid, set, not-fast-enough
4 Secure Container πŸ₯‡ ❄️ day_04.ex day_04_test.exs sequence, inline-input, not-fast-enough
5 Sunny with a Chance of Asteroids πŸ₯ˆ ❄️ day_05.ex day_05_test.exs op-code, int-code
6 Universal Orbit Map πŸ₯‡ ❄️ day_06.ex day_06_test.exs graph, routing
8 Space Image Format πŸ₯‡ ❄️ day_08.ex day_08_test.exs sequence, visual-result
10 Monitoring Station πŸ₯‡ ❄️ ❄️ ❄️ day_10.ex day_10_test.exs sequence, grid, trigonometry