https://github.com/zackartz/aoc2024
https://github.com/zackartz/aoc2024
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/zackartz/aoc2024
- Owner: zackartz
- License: mit
- Created: 2024-12-01T15:08:21.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-12-14T06:32:19.000Z (over 1 year ago)
- Last Synced: 2025-02-07T12:45:46.342Z (over 1 year ago)
- Language: Rust
- Size: 206 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README

# 🎄 Advent of Code 2024
Solutions for [Advent of Code](https://adventofcode.com/) in [Rust](https://www.rust-lang.org/). Repository template [here](https://github.com/fspoettel/advent-of-code-rust).
## 2024 Results
| Day | Part 1 | Part 2 |
| :---: | :---: | :---: |
| [Day 1](https://adventofcode.com/2024/day/1) | ⭐ | ⭐ |
| [Day 2](https://adventofcode.com/2024/day/2) | ⭐ | ⭐ |
| [Day 3](https://adventofcode.com/2024/day/3) | ⭐ | ⭐ |
| [Day 4](https://adventofcode.com/2024/day/4) | ⭐ | ⭐ |
| [Day 5](https://adventofcode.com/2024/day/5) | ⭐ | ⭐ |
| [Day 6](https://adventofcode.com/2024/day/6) | ⭐ | ⭐ |
| [Day 7](https://adventofcode.com/2024/day/7) | ⭐ | ⭐ |
| [Day 8](https://adventofcode.com/2024/day/8) | ⭐ | ⭐ |
| [Day 9](https://adventofcode.com/2024/day/9) | ⭐ | |
## Benchmarks
| Day | Part 1 | Part 2 |
| :---: | :---: | :---: |
| [Day 1](./src/bin/01.rs) | `55.2µs` | `91.9µs` |
| [Day 2](./src/bin/02.rs) | `150.1µs` | `649.8µs` |
| [Day 3](./src/bin/03.rs) | `208.6µs` | `310.5µs` |
| [Day 4](./src/bin/04.rs) | `441.5µs` | `71.2µs` |
| [Day 5](./src/bin/05.rs) | `149.9µs` | `267.7µs` |
| [Day 6](./src/bin/06.rs) | `330.1µs` | `75.5ms` |
| [Day 7](./src/bin/07.rs) | `2.5ms` | `179.6ms` |
| [Day 8](./src/bin/08.rs) | `30.8µs` | `86.8µs` |
**Total: 260.44ms**