diff options
| author | Mohammad S Anwar <mohammad.anwar@yahoo.com> | 2020-10-26 05:16:17 +0000 |
|---|---|---|
| committer | Mohammad S Anwar <mohammad.anwar@yahoo.com> | 2020-10-26 05:16:17 +0000 |
| commit | e9ad3461c9bcf8c15e231bc9e9cace47575fcbc8 (patch) | |
| tree | 43f7e77b1b8bbc0111f0c35237cc9178874ff936 /challenge-084/ryan-thompson | |
| parent | 5698f326db771f0fc6dd61538c9e4991290471e6 (diff) | |
| download | perlweeklychallenge-club-e9ad3461c9bcf8c15e231bc9e9cace47575fcbc8.tar.gz perlweeklychallenge-club-e9ad3461c9bcf8c15e231bc9e9cace47575fcbc8.tar.bz2 perlweeklychallenge-club-e9ad3461c9bcf8c15e231bc9e9cace47575fcbc8.zip | |
- Added template for Challenge 084.
Diffstat (limited to 'challenge-084/ryan-thompson')
| -rw-r--r-- | challenge-084/ryan-thompson/README.md | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/challenge-084/ryan-thompson/README.md b/challenge-084/ryan-thompson/README.md new file mode 100644 index 0000000000..698e3ee64f --- /dev/null +++ b/challenge-084/ryan-thompson/README.md @@ -0,0 +1,19 @@ +# Ryan Thompson + +## Week 056 Solutions + +### Task 1 › Diff-K + + * [Perl](perl/ch-1.pl) + * [Raku](raku/ch-1.p6) + +### Task 2 › Path Sum + + * [Perl](perl/ch-2.pl) + * [Raku](raku/ch-2.p6) + +## Blogs + + * [Diff-K](https://ry.ca/2020/04/diff-k/) + * [Path Sum](https://ry.ca/2020/04/path-sum/) + |
