Attempted part 2 but have made a mistake in how I simulatneously traverse them

This commit is contained in:
2023-12-08 13:50:47 +00:00
parent f76c9794bb
commit 4a095e2a74
2 changed files with 72 additions and 35 deletions

View File

@ -1,9 +1,10 @@
RL
LR
AAA = (BBB, CCC)
BBB = (DDD, EEE)
CCC = (ZZZ, GGG)
DDD = (DDD, DDD)
EEE = (EEE, EEE)
GGG = (GGG, GGG)
ZZZ = (ZZZ, ZZZ)
11A = (11B, XXX)
11B = (XXX, 11Z)
11Z = (11B, XXX)
22A = (22B, XXX)
22B = (22C, 22C)
22C = (22Z, 22Z)
22Z = (22B, 22B)
XXX = (XXX, XXX)