diff options
| author | Mohammad S Anwar <mohammad.anwar@yahoo.com> | 2020-10-12 06:28:15 +0100 |
|---|---|---|
| committer | Mohammad S Anwar <mohammad.anwar@yahoo.com> | 2020-10-12 06:28:15 +0100 |
| commit | 9fcf68b375fbdc5f308f72a00943c292db9e674f (patch) | |
| tree | 069ee91dbbe2f72c1a54d7d0f2c46bd3a16a562e /challenge-082/ryan-thompson | |
| parent | 47111c0321add0a2ec0ccd99bbb267bab17d1854 (diff) | |
| download | perlweeklychallenge-club-9fcf68b375fbdc5f308f72a00943c292db9e674f.tar.gz perlweeklychallenge-club-9fcf68b375fbdc5f308f72a00943c292db9e674f.tar.bz2 perlweeklychallenge-club-9fcf68b375fbdc5f308f72a00943c292db9e674f.zip | |
- Added template for Challenge 82.
Diffstat (limited to 'challenge-082/ryan-thompson')
| -rw-r--r-- | challenge-082/ryan-thompson/README.md | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/challenge-082/ryan-thompson/README.md b/challenge-082/ryan-thompson/README.md new file mode 100644 index 0000000000..698e3ee64f --- /dev/null +++ b/challenge-082/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/) + |
