https://github.com/r0f1/adventofcode2024
Advent of Code 2024
https://github.com/r0f1/adventofcode2024
adventofcode adventofcode2024
Last synced: about 1 year ago
JSON representation
Advent of Code 2024
- Host: GitHub
- URL: https://github.com/r0f1/adventofcode2024
- Owner: r0f1
- Created: 2024-12-04T09:30:46.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-12-10T11:05:53.000Z (over 1 year ago)
- Last Synced: 2025-01-24T16:38:13.652Z (about 1 year ago)
- Topics: adventofcode, adventofcode2024
- Language: Python
- Homepage:
- Size: 14.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Advent of Code 2024 ✨🎄✨
|Exercise Description|Solutions|
|:---|:---|
|[Day 1: Historian Hysteria](https://adventofcode.com/2024/day/1) | [py](/day01/main.py) |
|[Day 2: Red-Nosed Reports](https://adventofcode.com/2024/day/2) | [py](/day02/main.py) |
|[Day 3: Mull It Over](https://adventofcode.com/2024/day/3) | [py](/day03/main.py) |
|[Day 4: Ceres Search](https://adventofcode.com/2024/day/4) | [py](/day04/main.py) |
|[Day 5: Print Queue](https://adventofcode.com/2024/day/5) | [py](/day05/main.py) |
|[Day 6: Guard Gallivant](https://adventofcode.com/2024/day/6) | [py](/day06/main.py) |
|[Day 7: Bridge Repair](https://adventofcode.com/2024/day/7) | [py](/day07/main.py) |
|[Day 8: Resonant Collinearity](https://adventofcode.com/2024/day/8) | [py](/day08/main.py) |
|[Day 9: Disk Fragmenter](https://adventofcode.com/2024/day/9) | [py1](/day09/main_part1.py), [py2](/day09/main_part2.py) |
|[Day 10: Hoof It](https://adventofcode.com/2024/day/10) | [py](/day10/main.py) |
My solutions from previous years: [2023](https://github.com/r0f1/adventofcode2023) | [2022](https://github.com/r0f1/adventofcode2022) | [2021](https://github.com/r0f1/adventofcode2021) | [2020](https://github.com/r0f1/adventofcode2020) | [2019](https://github.com/r0f1/adventofcode2019) | [2018](https://github.com/r0f1/adventofcode2018) | [2017](https://github.com/r0f1/adventofcode2017)
## Resources
* [Python Tricks](https://www.reddit.com/r/adventofcode/comments/1gsl4fm/share_your_favorite_tricks_and_snippets/) - Reddit thread from Python community.