Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/oresttokovenko/advent_of_code
My solutions for Advent of Code
https://github.com/oresttokovenko/advent_of_code
advent-of-code advent-of-code-2023 adventofcode
Last synced: 27 days ago
JSON representation
My solutions for Advent of Code
- Host: GitHub
- URL: https://github.com/oresttokovenko/advent_of_code
- Owner: oresttokovenko
- Created: 2023-12-03T01:34:57.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2024-04-11T19:43:22.000Z (7 months ago)
- Last Synced: 2024-04-12T00:24:02.013Z (7 months ago)
- Topics: advent-of-code, advent-of-code-2023, adventofcode
- Language: Python
- Homepage:
- Size: 256 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
This repository contains my code submissions for Advent of Code, showcasing my solutions to daily programming challenges throughout December ⭐️
### My Score
| Day | 2015 | 2016 | 2017 | 2018 | 2019 | 2020 | 2021 | 2022 | 2023 |
|-----|------|------|------|------|------|------|------|------|------|
| 1 | ⭐⭐ | | | ⭐⭐ | | | | | ⭐⭐ |
| 2 | ⭐⭐ | | | ⭐⭐ | | | | | ⭐⭐ |
| 3 | | | | ⭐⭐ | | | | | |
| 4 | | | | ⭐ | | | | | ⭐⭐ |
| 5 | | | | ⭐ | | | | | |
| 6 | | | | | | | | | ⭐⭐ |
| 7 | | | | | | | | | ⭐⭐ |
| 8 | | | | | | | | | ⭐⭐ |
| 9 | | | | | | | | | ⭐⭐ |
| 10 | | | | | | | | | |
| 11 | | | | | | | | | |
| 12 | | | | | | | | | |
| 13 | | | | | | | | | |
| 14 | | | | | | | | | |
| 15 | | | | | | | | | |
| 16 | | | | | | | | | |
| 17 | | | | | | | | | |
| 18 | | | | | | | | | |
| 19 | | | | | | | | | |
| 20 | | | | | | | | | |
| 21 | | | | | | | | | |
| 22 | | | | | | | | | |
| 23 | | | | | | | | | |
| 24 | | | | | | | | | |
| 25 | | | | | | | | | |### Puzzle Inputs
To conveniently fetch the puzzle inputs directly into your local setup, you can use the following utility script. Replace `2023` and `1` with the appropriate year and day's challenge you are working on. Ensure you have your session cookie in your `.zshrc` from the Advent of Code website to authenticate the request, assigned to `AOC_SESSION`.
```bash
./aoc_input.sh 2023 1
```