From 411690914cce78b9bc5e8c45b8ba6592a4f43d9a Mon Sep 17 00:00:00 2001 From: Philippe Zwietering Date: Thu, 9 Apr 2020 03:10:47 +0200 Subject: [PATCH] More descriptive problem description --- 18/main.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/18/main.py b/18/main.py index 89b7fb7..566e9a7 100644 --- a/18/main.py +++ b/18/main.py @@ -3,7 +3,8 @@ import math import numpy as np -# Find the maximum path sum of the triangle below +# Find the maximum path sum of the triangle below, if you follow a path that +# starts at the top and goes down, choosing one of either value below you # 75