From 4b681fc5f809dec0d649a740ce24b2b9f03087eb Mon Sep 17 00:00:00 2001 From: James Smith Date: Fri, 18 Jun 2021 00:02:20 +0100 Subject: Update README.md --- challenge-117/james-smith/README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/challenge-117/james-smith/README.md b/challenge-117/james-smith/README.md index 84b19d8bef..07571f0918 100644 --- a/challenge-117/james-smith/README.md +++ b/challenge-117/james-smith/README.md @@ -55,6 +55,8 @@ sub triangle { ### Now the counts... Schroder numbers +*It's amazing what you find out about when you google the answers you get!* + Due to the "memory" storage issues we can change the problem to one of counting rather than listing... The first approach is to just convert the `triangle` method above to count - we introduce a cache as well to improve performance. -- cgit