Talk:Find words which contain the most consonants

From Rosetta Code
Revision as of 12:48, 25 July 2022 by Rdm (talk | contribs) (Created page with "== but each consonant should appear only once in a word == Currently, the task has a requirement that consonants not be repeated. This has been implemented in two different...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

but each consonant should appear only once in a word

Currently, the task has a requirement that consonants not be repeated.

This has been implemented in two different ways. (Not repeated during the counting process vs. not repeated at all.) --Rdm (talk) 12:48, 25 July 2022 (UTC)