diff options
| author | James Smith <baggy@baggy.me.uk> | 2021-06-18 00:02:20 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-06-18 00:02:20 +0100 |
| commit | 4b681fc5f809dec0d649a740ce24b2b9f03087eb (patch) | |
| tree | ff83ff4a51e3c143a761773ca0d103628654dc8c | |
| parent | 78ecad78a2b52f3ba82b07f9d787e573deca5923 (diff) | |
| download | perlweeklychallenge-club-4b681fc5f809dec0d649a740ce24b2b9f03087eb.tar.gz perlweeklychallenge-club-4b681fc5f809dec0d649a740ce24b2b9f03087eb.tar.bz2 perlweeklychallenge-club-4b681fc5f809dec0d649a740ce24b2b9f03087eb.zip | |
Update README.md
| -rw-r--r-- | challenge-117/james-smith/README.md | 2 |
1 files changed, 2 insertions, 0 deletions
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. |
