Day 12
This commit is contained in:
parent
537ec6de18
commit
a0f7bd3939
5 changed files with 78 additions and 1 deletions
7
input/2021/day12-sample1.txt
Normal file
7
input/2021/day12-sample1.txt
Normal file
|
@ -0,0 +1,7 @@
|
|||
start-A
|
||||
start-b
|
||||
A-c
|
||||
A-b
|
||||
b-d
|
||||
A-end
|
||||
b-end
|
10
input/2021/day12-sample2.txt
Normal file
10
input/2021/day12-sample2.txt
Normal file
|
@ -0,0 +1,10 @@
|
|||
dc-end
|
||||
HN-start
|
||||
start-kj
|
||||
dc-start
|
||||
dc-HN
|
||||
LN-dc
|
||||
HN-end
|
||||
kj-sa
|
||||
kj-HN
|
||||
kj-dc
|
18
input/2021/day12-sample3.txt
Normal file
18
input/2021/day12-sample3.txt
Normal file
|
@ -0,0 +1,18 @@
|
|||
fs-end
|
||||
he-DX
|
||||
fs-he
|
||||
start-DX
|
||||
pj-DX
|
||||
end-zg
|
||||
zg-sl
|
||||
zg-pj
|
||||
pj-he
|
||||
RW-he
|
||||
fs-DX
|
||||
pj-RW
|
||||
zg-RW
|
||||
start-pj
|
||||
he-WI
|
||||
zg-he
|
||||
pj-fs
|
||||
start-RW
|
22
input/2021/day12.txt
Normal file
22
input/2021/day12.txt
Normal file
|
@ -0,0 +1,22 @@
|
|||
xx-xh
|
||||
vx-qc
|
||||
cu-wf
|
||||
ny-LO
|
||||
cu-DR
|
||||
start-xx
|
||||
LO-vx
|
||||
cu-LO
|
||||
xx-cu
|
||||
cu-ny
|
||||
xh-start
|
||||
qc-DR
|
||||
vx-AP
|
||||
end-LO
|
||||
ny-DR
|
||||
vx-end
|
||||
DR-xx
|
||||
start-DR
|
||||
end-ny
|
||||
ny-xx
|
||||
xh-DR
|
||||
cu-xh
|
Loading…
Add table
Add a link
Reference in a new issue