From d31223aba881b029426d9c69f6f65f2cd75610dc Mon Sep 17 00:00:00 2001 From: Matthias Muth Date: Mon, 12 Jun 2023 00:56:30 +0200 Subject: cleaning up unneccessary files. --- challenge-220/matthias-muth/README-220.md | 31 --------------------------- challenge-220/matthias-muth/README-no-blog.md | 5 ----- 2 files changed, 36 deletions(-) delete mode 100644 challenge-220/matthias-muth/README-220.md delete mode 100644 challenge-220/matthias-muth/README-no-blog.md 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.
-> Write a script to return the list of common characters (sorted alphabeticall) found in every word of the given list.
- -Lore ipsum... - -```perl -sub task_1() { - return undef; -} -``` - -## Task 2: Squareful - -> You are given an array of integers, @ints.
-> An array is squareful if the sum of every pair of adjacent elements is a perfect square.
-> Write a script to find all the permutations of the given array that are squareful.
- -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** -
-(no blog post this time...) - -**Thank you for the challenge!** -- cgit