Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/pedryx/advent-of-code-2024
https://github.com/pedryx/advent-of-code-2024
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/pedryx/advent-of-code-2024
- Owner: pedryx
- Created: 2024-12-03T09:35:15.000Z (2 months ago)
- Default Branch: main
- Last Pushed: 2024-12-11T11:28:37.000Z (about 2 months ago)
- Last Synced: 2024-12-11T12:27:55.741Z (about 2 months ago)
- Language: Rust
- Size: 82 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 Solutions 🎄
This repository contains my solutions for **Advent of Code 2024**. Solutions with the `_2` suffix were inspired by other participants.
## Performance Summary
| **Day** | **Execution Time** |
|:--------:|-------------------:|
| 01 | 36.50 µs |
| 02 | 259.10 µs |
| 03 | 1.50 ms |
| 04 | 1.99 ms |
| 05 | 578.40 µs |
| 06 | 158.07 ms |
| 07 | 3.22 ms |
| 07_2 | 245.50 µs |
| 08 | 47.90 µs |
| 09 | 349.00 µs |
| 10 | 167.20 µs |
| 11 | 8.39 ms |
| 12 | 654.60 µs |## Measured Times
The execution times listed above are approximate and should be used for reference only. Measurements were performed on the following hardware and software setup:
- **Processor:** AMD Ryzen 5 5600H
- **Memory:** 16GB RAM
- **Operating System:** Windows 10