From 49ede13ec6e218ff5cb2ab402cd191facba1cd6b Mon Sep 17 00:00:00 2001 From: filifa Date: Sun, 25 May 2025 20:51:46 -0400 Subject: [PATCH] change wording --- notebooks/problem0076.ipynb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/notebooks/problem0076.ipynb b/notebooks/problem0076.ipynb index 5c5bc54..f501982 100644 --- a/notebooks/problem0076.ipynb +++ b/notebooks/problem0076.ipynb @@ -38,7 +38,7 @@ "id": "d06d7ff2", "metadata": {}, "source": [ - "Alternatively, we can adapt any of our approaches to [problem 31](https://projecteuler.net/problem=31), where we construct the generating function. Here's the last approach from that problem." + "Alternatively, if we think of this problem like [problem 31](https://projecteuler.net/problem=31) - just with coins of every possible denomination instead of only a few - we can adapt any of our approaches to that problem, where we construct a generating function." ] }, {