mirror of
https://github.com/seigler/aoc2024
synced 2025-07-27 00:56:10 +00:00
day 19, my fastest times yet!
This commit is contained in:
parent
76aecbc04a
commit
653e4a7b3e
4 changed files with 109 additions and 15 deletions
18
README.md
18
README.md
|
@ -29,7 +29,7 @@
|
|||
[](src/day16)
|
||||
[](src/day17)
|
||||
[](src/day18)
|
||||

|
||||
[](src/day19)
|
||||

|
||||

|
||||

|
||||
|
@ -188,16 +188,16 @@ Both parts: 8772.994ms
|
|||
|
||||
```
|
||||
Day 18
|
||||
Time part 1: 26.466ms
|
||||
Time part 2: 1115.347ms
|
||||
Both parts: 1141.812ms
|
||||
Time part 1: 27.726ms
|
||||
Time part 2: 15841.686ms
|
||||
Both parts: 15869.412ms
|
||||
```
|
||||
|
||||
```
|
||||
Day 19
|
||||
Time part 1: -
|
||||
Time part 2: -
|
||||
Both parts: -
|
||||
Time part 1: 1.907ms
|
||||
Time part 2: 171.177ms
|
||||
Both parts: 173.084ms
|
||||
```
|
||||
|
||||
```
|
||||
|
@ -243,8 +243,8 @@ Both parts: -
|
|||
```
|
||||
|
||||
```
|
||||
Total stars: 36/50
|
||||
Total time: 161581.562ms
|
||||
Total stars: 38/50
|
||||
Total time: 176482.246ms
|
||||
```
|
||||
|
||||
<!--/RESULTS-->
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue