From 53e402b12f5cef9842689099ac7303eedc0a87fd Mon Sep 17 00:00:00 2001 From: Ruben Westerberg Date: Mon, 27 Apr 2020 05:54:52 +1000 Subject: Updated read me --- challenge-056/ruben-westerberg/README | 7 ++----- challenge-057/ruben-westerberg/README | 7 ++----- 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 -- cgit