Skip to content

Commit 4cf3bc5

Browse files
committed
- Moved README to correct folder.
1 parent 2a168d9 commit 4cf3bc5

File tree

2 files changed

+8
-9
lines changed

2 files changed

+8
-9
lines changed

challenge-003/duncan-c-white/README

+8-1
Original file line numberDiff line numberDiff line change
@@ -1 +1,8 @@
1-
Solution by Duncan C. White
1+
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

-8
This file was deleted.

0 commit comments

Comments
 (0)