This repository contains solutions to the Advent Of Code created by Eric Wastl.
Solutions are currently written in:
- Python
Year | Day | Description | Usage | Notes |
---|---|---|---|---|
2024 | 07 | Bridge Repair | python3 run.py |
** |
2024 | 06 | Guard Gallivant | python3 run.py |
** |
2024 | 05 | Print Queue | python3 run.py |
* |
2024 | 04 | Ceres Search | python3 run.py |
** |
2024 | 03 | Mull It Over | python3 run.py |
** |
2024 | 02 | Red Nosed Reports | python3 run.py |
** |
2024 | 01 | Historian Hysteria | python3 run.py |
** |
2023 | 08 | Haunted Wasteland | python3 run.py |
** |
2023 | 06 | Wait For It | python3 run.py |
** |
2023 | 05 | If You Give A Seed A Fertilizer | python3 run.py |
* |
2023 | 04 | Scratchcards | python3 run.py |
** |
2023 | 03 | Gear Ratios | python3 run.py |
** |
2023 | 02 | Cube Conundrum | python3 run.py |
** |
2023 | 01 | Trebuchet?! | python3 run.py |
** |
2022 | 06 | Tuning Trouble | python3 run.py |
** |
2022 | 05 | Supply Stacks | python3 run.py |
** |
2022 | 04 | Camp Cleanup | python3 run.py |
** |
2022 | 03 | Rucksack Reorganisation | python3 run.py |
** |
2022 | 02 | Rock Paper Scissors | python3 run.py |
** |
2022 | 01 | Calorie Counting | python3 run.py |
** |
2021 | 07 | The Treachery of Whales | python3 run.py |
** |
2021 | 06 | Lanternfish | python3 run.py |
** |
2021 | 05 | Hydrothermal Venture | python3 run.py |
** |
2021 | 04 | Giant Squid | python3 run.py |
** |
2021 | 03 | Binary Diagnostic | python3 run.py |
** |
2021 | 02 | Dive! | python3 run.py |
** |
2021 | 01 | Sonar Sweep | python3 run.py |
** |
Whilst I try to follow Conventional Commits, I appreciate this repository isn't an application or have any automated tools ontop of it. As such, I treat the following messages as appropriate:
feat(2020-12-24): Lobby Layout
for current adventschore(2020-12-24): Lobby Layout
for previous adventsdocs: Updated README.md
for documentation updatesfix(2020-12-24): Include \n
for fixes or edge casesstyle(2020-12-24): Renamed directory
for structure