Skip to content

Commit

Permalink
aoc2024/day25: Add solution
Browse files Browse the repository at this point in the history
Signed-off-by: Andrej Orsula <orsula.andrej@gmail.com>
  • Loading branch information
AndrejOrsula committed Dec 25, 2024
1 parent 02c24bc commit 1726038
Show file tree
Hide file tree
Showing 4 changed files with 4,079 additions and 7 deletions.
10 changes: 4 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,15 +39,13 @@ My solutions to [Advent of Code](https://adventofcode.com) puzzles.
| 20 | [Race Condition](https://adventofcode.com/2024/day/20) | [day20.rs](aoc2024/src/day20.rs) | 335.5 µs | 17.31 ms |
| 21 | [Keypad Conundrum](https://adventofcode.com/2024/day/21) | [day21.rs](aoc2024/src/day21.rs) | 529 ns | 476 ns |
| 22 | [Monkey Market](https://adventofcode.com/2024/day/22) | [day22.rs](aoc2024/src/day22.rs) | 7.427 ms | 13.17 ms |
| 23 | [LAN Party](https://adventofcode.com/2024/day/23) | [day24.rs](aoc2024/src/day23.rs) | 326.8 µs | 147.2 µs |
| 24 | [Crossed Wires](https://adventofcode.com/2024/day/24) | [day23.rs](aoc2024/src/day24.rs) | 85.72 µs | 23.31 µs |

<!-- | 24 | [TODO](https://adventofcode.com/2024/day/23) | [day23.rs](aoc2024/src/day23.rs) | | | -->
<!-- | 25 | [TODO](https://adventofcode.com/2024/day/25) | [day25.rs](aoc2024/src/day25.rs) | | — | -->
| 23 | [LAN Party](https://adventofcode.com/2024/day/23) | [day23.rs](aoc2024/src/day23.rs) | 326.8 µs | 147.2 µs |
| 24 | [Crossed Wires](https://adventofcode.com/2024/day/24) | [day24.rs](aoc2024/src/day24.rs) | 85.72 µs | 23.31 µs |
| 25 | [Code Chronicle](https://adventofcode.com/2024/day/25) | [day25.rs](aoc2024/src/day25.rs) | 30.94 µs ||

</details>

<details open><summary><h3><a href="https://adventofcode.com/2023">Advent of Code 2023</a></h3></summary>
<details><summary><h3><a href="https://adventofcode.com/2023">Advent of Code 2023</a></h3></summary>

> All benchmarks are run on a *Dell Precision 5550* laptop with an *Intel Core i7-10875H* CPU.
Expand Down
Loading

0 comments on commit 1726038

Please sign in to comment.