diff --git a/2019/day03/README.org b/2019/day03/README.org index 57cf5e6..6b34672 100644 --- a/2019/day03/README.org +++ b/2019/day03/README.org @@ -55,10 +55,10 @@ is closer to the central port: its distance is =3 + 3 = 6=. Here are a few more examples: -- =R75,D30,R83,U83,L12,D49,R71,U7,L72= +- =R75,D30,R83,U83,L12,D49,R71,U7,L72=\\ =U62,R66,U55,R34,D71,R55,D58,R83= = distance =159= -- =R98,U47,R26,D63,R33,U87,L62,D20,R33,U53,R51= +- =R98,U47,R26,D63,R33,U87,L62,D20,R33,U53,R51=\\ =U98,R91,D20,R16,D67,R40,U7,R15,U6,R7= = distance =135= @@ -104,10 +104,10 @@ However, the top-right intersection is better: the first wire takes only Here are the best steps for the extra examples from above: -- =R75,D30,R83,U83,L12,D49,R71,U7,L72= +- =R75,D30,R83,U83,L12,D49,R71,U7,L72=\\ =U62,R66,U55,R34,D71,R55,D58,R83= = =610= steps -- =R98,U47,R26,D63,R33,U87,L62,D20,R33,U53,R51= +- =R98,U47,R26,D63,R33,U87,L62,D20,R33,U53,R51=\\ =U98,R91,D20,R16,D67,R40,U7,R15,U6,R7= = =410= steps