Files
aoc2024.rs/README.md
2024-12-04 14:16:52 +00:00

34 lines
1003 B
Markdown

<img src="./.assets/christmas_ferris.png" width="164">
# 🎄 Advent of Code 2024
Solutions for [Advent of Code](https://adventofcode.com/) in [Rust](https://www.rust-lang.org/).
<!--- advent_readme_stars table --->
## 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) | ⭐ | ⭐ |
<!--- advent_readme_stars table --->
<!--- benchmarking table --->
## Benchmarks
| Day | Part 1 | Part 2 |
| :---: | :---: | :---: |
| [Day 1](./src/bin/01.rs) | `72.0µs` | `76.8µs` |
| [Day 2](./src/bin/02.rs) | `215.6µs` | `371.6µs` |
| [Day 3](./src/bin/03.rs) | `652.5µs` | `736.7µs` |
| [Day 4](./src/bin/04.rs) | `5.6ms` | `2.4ms` |
**Total: 10.13ms**
<!--- benchmarking table --->
---
Template credits: https://github.com/fspoettel/advent-of-code-rust