aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRuben Westerberg <drclaw@mac.com>2020-04-27 05:54:52 +1000
committerRuben Westerberg <drclaw@mac.com>2020-04-27 05:54:52 +1000
commit53e402b12f5cef9842689099ac7303eedc0a87fd (patch)
tree24ce0c6a2717821ba9db160c8750b83a49f503eb
parent0866476ab1fa1f949077c6d645a403b035cc61c0 (diff)
downloadperlweeklychallenge-club-53e402b12f5cef9842689099ac7303eedc0a87fd.tar.gz
perlweeklychallenge-club-53e402b12f5cef9842689099ac7303eedc0a87fd.tar.bz2
perlweeklychallenge-club-53e402b12f5cef9842689099ac7303eedc0a87fd.zip
Updated read me
-rw-r--r--challenge-056/ruben-westerberg/README7
-rw-r--r--challenge-057/ruben-westerberg/README7
2 files changed, 4 insertions, 10 deletions
diff --git a/challenge-056/ruben-westerberg/README b/challenge-056/ruben-westerberg/README
index 1d82ee775f..cc07c584e6 100644
--- a/challenge-056/ruben-westerberg/README
+++ b/challenge-056/ruben-westerberg/README
@@ -2,11 +2,8 @@ Solution by Ruben Westerberg
ch-1.pl and ch-1.raku
===================
-Flip binary
-Run program to find largest number of 1's in binary number, after a select sub set has been flipped. Accepts 1 optional argument, which is is the number of digits in the (random) number to test.
-3 is the default
-
+Prints indexes of an array with values have a specified difference
ch-2.pl and ch-2.raku
===================
-Computes all the wave arrays for a given integer array. Accepts a single arbument which is the size of the array. Default is 4
+Prints the path of a tree, which values sum to a specified target value
diff --git a/challenge-057/ruben-westerberg/README b/challenge-057/ruben-westerberg/README
index 1d82ee775f..f5785b52b9 100644
--- a/challenge-057/ruben-westerberg/README
+++ b/challenge-057/ruben-westerberg/README
@@ -2,11 +2,8 @@ Solution by Ruben Westerberg
ch-1.pl and ch-1.raku
===================
-Flip binary
-Run program to find largest number of 1's in binary number, after a select sub set has been flipped. Accepts 1 optional argument, which is is the number of digits in the (random) number to test.
-3 is the default
-
+Inverts a a binary tree. No pretty print though.... :(
ch-2.pl and ch-2.raku
===================
-Computes all the wave arrays for a given integer array. Accepts a single arbument which is the size of the array. Default is 4
+Finds the shortest unique prefix from a list of words