diff options
| author | James Smith <js5@sanger.ac.uk> | 2022-02-07 21:42:58 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-02-07 21:42:58 +0000 |
| commit | 157edcf24bd47b084350bbe79e8a2212055f70c6 (patch) | |
| tree | 94957b2a1282edae923c22befcabb02134d6a1ce | |
| parent | acf32dee931455f02e07eec04dadadcf5bae5c2b (diff) | |
| download | perlweeklychallenge-club-157edcf24bd47b084350bbe79e8a2212055f70c6.tar.gz perlweeklychallenge-club-157edcf24bd47b084350bbe79e8a2212055f70c6.tar.bz2 perlweeklychallenge-club-157edcf24bd47b084350bbe79e8a2212055f70c6.zip | |
Update README.md
| -rw-r--r-- | challenge-151/james-smith/README.md | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/challenge-151/james-smith/README.md b/challenge-151/james-smith/README.md index ccbe61c38d..af952bd3f9 100644 --- a/challenge-151/james-smith/README.md +++ b/challenge-151/james-smith/README.md @@ -26,7 +26,8 @@ The method is to: * If there are less than `2**$d-1` entries then this row is "incomplete" and we return the depth. * We have an array/list difference here `scalar m{\S+}g` returns `1`, `scalar @{[m{\S+}g]}` returns the number of matches! * Check that there is no pair (with the same parent) for which both nodes are "`*`". Or if it is the last pair that it - contains a single "`*`". If either of the case the row is "incomplete" and we return the depth. + contains a single "`*`". + * If either of the case the row is "incomplete" and we return the depth. ```perl sub depth { |
