Added Solution for 2021 day 12
This commit is contained in:
parent
e1c0af83d3
commit
317f9b5be0
5 changed files with 339 additions and 0 deletions
19
2021/day12_passage_pathing/tests/challenge_input
Normal file
19
2021/day12_passage_pathing/tests/challenge_input
Normal file
|
@ -0,0 +1,19 @@
|
|||
lg-GW
|
||||
pt-start
|
||||
pt-uq
|
||||
nx-lg
|
||||
ve-GW
|
||||
start-nx
|
||||
GW-start
|
||||
GW-nx
|
||||
pt-SM
|
||||
sx-GW
|
||||
lg-end
|
||||
nx-SM
|
||||
lg-SM
|
||||
pt-nx
|
||||
end-ve
|
||||
ve-SM
|
||||
TG-uq
|
||||
end-SM
|
||||
SM-uq
|
18
2021/day12_passage_pathing/tests/sample_input
Normal file
18
2021/day12_passage_pathing/tests/sample_input
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
|
Loading…
Add table
Add a link
Reference in a new issue