aboutsummaryrefslogtreecommitdiff
path: root/challenge-044/ruben-westerberg/README
blob: 05d4a09b2dbb9726fda05d553b112794237d5bf2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
Solution by Ruben Westerberg

perl/ch-1.sh and raku/ch-1.sh
===================
Breaks the string 123456789 into terms which are added or subtracted to sum to 100
Run the program to show all combinations

ch-2.pl and ch-2.p6
===================
Finds the smallest number of moves to (add 1, or double) to accumulate  1 into 200;
Run the program to show sequence of moves