mirror of
https://github.com/seigler/aoc2024
synced 2025-07-27 00:56:10 +00:00
day 6 brute force
This commit is contained in:
parent
ad6829def6
commit
ded85a988b
3 changed files with 22 additions and 10 deletions
12
README.md
12
README.md
|
@ -16,7 +16,7 @@
|
|||
[](src/day03)
|
||||
[](src/day04)
|
||||
[](src/day05)
|
||||
[](src/day06)
|
||||
[](src/day06)
|
||||

|
||||

|
||||

|
||||
|
@ -104,9 +104,9 @@ Both parts: 63.594ms
|
|||
|
||||
```
|
||||
Day 06
|
||||
Time part 1: 1.668ms
|
||||
Time part 2: -
|
||||
Both parts: 1.668ms
|
||||
Time part 1: -
|
||||
Time part 2: 37138.281ms
|
||||
Both parts: 37138.281ms
|
||||
```
|
||||
|
||||
```
|
||||
|
@ -243,8 +243,8 @@ Both parts: -
|
|||
```
|
||||
|
||||
```
|
||||
Total stars: 11/50
|
||||
Total time: 324.318ms
|
||||
Total stars: 12/50
|
||||
Total time: 37460.931ms
|
||||
```
|
||||
|
||||
<!--/RESULTS-->
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue