mirror of
https://github.com/seigler/aoc2024
synced 2025-07-26 08:46:08 +00:00
much cleaner way to look for shapes in grids
This commit is contained in:
parent
54dc419f8a
commit
5764869e99
2 changed files with 28 additions and 104 deletions
|
@ -48,17 +48,17 @@
|
|||
{
|
||||
"part1": {
|
||||
"solved": true,
|
||||
"result": "2358",
|
||||
"result": "2143",
|
||||
"attempts": [
|
||||
"0"
|
||||
],
|
||||
"time": 327.70272
|
||||
"time": 67.709144
|
||||
},
|
||||
"part2": {
|
||||
"solved": true,
|
||||
"result": "1737",
|
||||
"attempts": [],
|
||||
"time": 201.22507
|
||||
"time": 182.986319
|
||||
}
|
||||
},
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue