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:
2022-12-18 11:11:37 -06:00
parent 09f866c9a3
commit 818e9478e1
6 changed files with 2989 additions and 100 deletions

File diff suppressed because it is too large Load Diff

2
inputs/18a.txt Normal file
View File

@ -0,0 +1,2 @@
1,1,1
2,1,1

13
inputs/18b.txt Normal file
View 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