diff options
| author | James Smith <js5@sanger.ac.uk> | 2021-11-04 17:11:53 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-11-04 17:11:53 +0000 |
| commit | c1a9ecb43a5a9194946c464511f0ec0054dde082 (patch) | |
| tree | d14be50129b8beb6c08120c1f0f56dbe96e96910 /challenge-137 | |
| parent | 889275a8b4b02ddd5e0b3c23cdaaa4c9811a84e2 (diff) | |
| download | perlweeklychallenge-club-c1a9ecb43a5a9194946c464511f0ec0054dde082.tar.gz perlweeklychallenge-club-c1a9ecb43a5a9194946c464511f0ec0054dde082.tar.bz2 perlweeklychallenge-club-c1a9ecb43a5a9194946c464511f0ec0054dde082.zip | |
Update README.md
Diffstat (limited to 'challenge-137')
| -rw-r--r-- | challenge-137/james-smith/README.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/challenge-137/james-smith/README.md b/challenge-137/james-smith/README.md index a70002eab8..16a55aa072 100644 --- a/challenge-137/james-smith/README.md +++ b/challenge-137/james-smith/README.md @@ -166,7 +166,7 @@ Using this script to generate all candidate Lychrel numbers up to 1 million took To 10 million the time taken was approximately 1 min 40s; 20 million ~ 3 min 50s; 30 million ~ 31 min 40s {I think the time for this got large as the machine was starting to hit SWAP storage}. The code fails shortly after this as memory and swap was exhausted ~ 12GB. -| N | Lycrhel < N | Time taken | +| N | Lychrel < N | Time taken | | ---------: | ----------: | ---------: | | 10,000,000 | 2,010,871 | 1 min 40s | | 20,000,000 | 4,521,930 | 3 min 50s | |
