We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2a168d9 commit 4cf3bc5Copy full SHA for 4cf3bc5
challenge-003/duncan-c-white/README
@@ -1 +1,8 @@
1
-Solution by Duncan C. White
+I have investigated Challenge 1 (the Regular numbers) reasonably thoroughly,
2
+building and comparing 4 iterative solutions to generate them. I also
3
+investigated a Lazy List version, storing the tail of the list as a promise -
4
+a function to call when you wanted the next head item, and the returned tail
5
+is another promise - to generate the next item later when needed. However,
6
+I couldn't get that to work so abandoned it:-)
7
+
8
+Challenge 2 (Pascal's Triangle) by contrast is pretty basic and simple-minded.
challenge-003/duncan-c-white/perl5/README
0 commit comments