https://github.com/martabal/advent-of-code-2024
my attempt to solve advent of code 2024!
https://github.com/martabal/advent-of-code-2024
Last synced: 2 months ago
JSON representation
my attempt to solve advent of code 2024!
- Host: GitHub
- URL: https://github.com/martabal/advent-of-code-2024
- Owner: martabal
- Created: 2024-12-01T10:42:27.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2024-12-11T11:33:27.000Z (6 months ago)
- Last Synced: 2025-01-29T22:23:13.140Z (4 months ago)
- Language: Rust
- Size: 137 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
This is my advent of code 2024 adventure!
My goal this year is (I hope so) to resolve everyday challenges using rust. If I have time, I create a solution for C/C++.
Ideally, the solution does not use external crates/dependencies.
## Solutions
| Day | Rust | | C++ | | C | |
| :---: | :----: | :----: | :----: | :----: | :----: | :----: |
| | Part 1 | Part 2 | Part 1 | Part 2 | Part 1 | Part 2 |
| 1 | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ |
| 2 | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ |
| 3 | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ |
| 4 | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ |
| 5 | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ |
| 6 | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ |
| 7 | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ |
| 8 | ✅ | ✅ | ✅ | ✅ | ❌ | ❌ |
| 9 | ✅ | ✅ | ✅ | ✅ | ❌ | ❌ |
| 10 | ✅ | ✅ | ✅ | ✅ | ❌ | ❌ |
| 11 | ✅ | ✅ | ✅ | ✅ | ❌ | ❌ |