mirror of
https://github.com/parnic/advent-of-code-2022.git
synced 2025-06-16 13:40:13 -05:00
Day 18 solution
ivec3 is a copy of ivec2 with a third dimension added and a few new utility methods (chiefly: MinElement, GetNeighbors, IsTouching).
This commit is contained in:
2842
inputs/18.txt
2842
inputs/18.txt
File diff suppressed because it is too large
Load Diff
2
inputs/18a.txt
Normal file
2
inputs/18a.txt
Normal file
@ -0,0 +1,2 @@
|
||||
1,1,1
|
||||
2,1,1
|
13
inputs/18b.txt
Normal file
13
inputs/18b.txt
Normal file
@ -0,0 +1,13 @@
|
||||
2,2,2
|
||||
1,2,2
|
||||
3,2,2
|
||||
2,1,2
|
||||
2,3,2
|
||||
2,2,1
|
||||
2,2,3
|
||||
2,2,4
|
||||
2,2,6
|
||||
1,2,5
|
||||
3,2,5
|
||||
2,1,5
|
||||
2,3,5
|
Reference in New Issue
Block a user