diff options
| author | Matthias Muth <matthias.muth@gmx.de> | 2023-06-12 00:56:30 +0200 |
|---|---|---|
| committer | Matthias Muth <matthias.muth@gmx.de> | 2023-06-12 00:56:30 +0200 |
| commit | d31223aba881b029426d9c69f6f65f2cd75610dc (patch) | |
| tree | 659ba8adaad608a798c682288be16671fd5c398e | |
| parent | 61552ed5206f46a72d6c7ac04e0a6e14b1df8954 (diff) | |
| download | perlweeklychallenge-club-d31223aba881b029426d9c69f6f65f2cd75610dc.tar.gz perlweeklychallenge-club-d31223aba881b029426d9c69f6f65f2cd75610dc.tar.bz2 perlweeklychallenge-club-d31223aba881b029426d9c69f6f65f2cd75610dc.zip | |
cleaning up unneccessary files.
| -rw-r--r-- | challenge-220/matthias-muth/README-220.md | 31 | ||||
| -rw-r--r-- | challenge-220/matthias-muth/README-no-blog.md | 5 |
2 files changed, 0 insertions, 36 deletions
diff --git a/challenge-220/matthias-muth/README-220.md b/challenge-220/matthias-muth/README-220.md deleted file mode 100644 index 80fa178889..0000000000 --- a/challenge-220/matthias-muth/README-220.md +++ /dev/null @@ -1,31 +0,0 @@ -# Challenge 220 tasks: Common Characters - Squareful -**Challenge 220 solutions in Perl by Matthias Muth** - -## Task 1: Common Characters - -> You are given a list of words.<br/> -> Write a script to return the list of common characters (sorted alphabeticall) found in every word of the given list.<br/> - -Lore ipsum... - -```perl -sub task_1() { - return undef; -} -``` - -## Task 2: Squareful - -> You are given an array of integers, @ints.<br/> -> An array is squareful if the sum of every pair of adjacent elements is a perfect square.<br/> -> Write a script to find all the permutations of the given array that are squareful.<br/> - -Lorem ipsum... - -```perl -sub task_2() { - return undef; -} -``` - -#### **Thank you for the challenge!** diff --git a/challenge-220/matthias-muth/README-no-blog.md b/challenge-220/matthias-muth/README-no-blog.md deleted file mode 100644 index 83441c4968..0000000000 --- a/challenge-220/matthias-muth/README-no-blog.md +++ /dev/null @@ -1,5 +0,0 @@ -**Challenge 220 solutions in Perl by Matthias Muth** -<br/> -(no blog post this time...) - -**Thank you for the challenge!** |
