From 7e214188131b3947219105dac4bce59ff68a8f8f Mon Sep 17 00:00:00 2001 From: Adam Millerchip Date: Fri, 11 Dec 2020 02:33:17 +0900 Subject: [PATCH] Fix graph --- day10/README | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/day10/README b/day10/README index 1bb81bc..7fde3ae 100644 --- a/day10/README +++ b/day10/README @@ -37,10 +37,10 @@ forms a directed graph, where the weight of each node inherits the weight of all For the example case (excuse my ascii drawing skills): 0(1)-1(1)-4(1)-5(1)-| - | \ | | - |---6(2) | - | | | - |---7(4)-| + \ \ | | + \ 6(2) | + \ | | + 7(4)-| | 10(4)-11(4) \ |