From 03426a820d580999888cef38ba253cfa5ebb9ae7 Mon Sep 17 00:00:00 2001 From: James Smith Date: Thu, 6 May 2021 16:01:15 +0100 Subject: Update README.md --- challenge-111/james-smith/README.md | 52 ++++++++++++++++++++++--------------- 1 file changed, 31 insertions(+), 21 deletions(-) diff --git a/challenge-111/james-smith/README.md b/challenge-111/james-smith/README.md index 22d9eaeab1..22a63853d4 100644 --- a/challenge-111/james-smith/README.md +++ b/challenge-111/james-smith/README.md @@ -389,27 +389,37 @@ sub longest_no_comments { Here are the results for each of the four databases: -``` -british-english-small - max length 6 - 21 words - - abhors accent accept access accost almost - begins bellow billow cellos chills chilly - chimps chintz choosy choppy effort floors - floppy glossy knotty - -british-english-large - max length 7 - 1 word - - billowy - -british-english-huge - max length 7 - 4 words - - beefily billowy chikors dikkops - -british-english-insane - max length 8 - 1 word - - aegilops - -``` + * `british-english-small`: max length 6 - 21 words + * abhors + * accent + * accept + * access + * accost + * almost + * begins + * bellow + * billow + * cellos + * chills + * chilly + * chimps + * chintz + * choosy + * choppy + * effort + * floors + * floppy + * glossy + * knotty +* `british-english-large`: max length 7 - 1 word + * billowy +* `british-english-huge`: max length 7 - 4 words + * beefily + * billowy + * chikors + * dikkops +* `british-english-insane`: max length 8 - 1 word + * aegilops ## Some definitions... -- cgit