RosettaCodeData/Task/Ordered-words/00DESCRIPTION
2019-09-12 10:33:56 -07:00

17 lines
615 B
Text

An   ''ordered word''   is a word in which the letters appear in alphabetic order.
Examples include   '''abbey'''   and   '''dirt'''.
{{task heading}}
Find ''and display'' all the ordered words in the dictionary   [https://web.archive.org/web/20180611003215/http://www.puzzlers.org/pub/wordlists/unixdict.txt unixdict.txt]   that have the longest word length.
(Examples that access the dictionary file locally assume that you have downloaded this file yourself.)
The display needs to be shown on this page.
{{task heading|Related tasks}}
{{Related tasks/Word plays}}
<hr>