Skip to content

Latest commit

 

History

History
35 lines (32 loc) · 1.4 KB

README.md

File metadata and controls

35 lines (32 loc) · 1.4 KB

advent-of-code-2024

To run a solution, use: cargo run -p day_<daynmbr> -- -p <path_to_your_challenge.txt>

To benchmark a solution, run .\benchmark.ps1 "<daynmbr>" The benchmark on the table was run on a Ryzen 7 5800x.

Status

Day Part 1 Part 2 Execution Time
1 solved solved 0.0205s
2 solved solved 0.0208s
3 solved solved 0.0298s
4 solved solved 0.0205s
5 solved solved 0.0259s
6 solved solved 0.2073s
7 solved solved 1.9113s
8 solved solved 0.0220s
9 - -
10 - -
11 - -
12 - -
13 - -
14 - -
15 - -
16 - -
17 - -
18 - -
19 - -
20 - -
21 - -
22 - -
23 - -
24 - -
25 - -