An open API service indexing awesome lists of open source software.

https://github.com/zackartz/aoc2024


https://github.com/zackartz/aoc2024

Last synced: about 1 year ago
JSON representation

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**