Talk:Ordered words: Difference between revisions

From Rosetta Code
Content added Content deleted
(on 'longest word length'.)
(→‎Lexicographic order: Suspect that won't change anything)
Line 1: Line 1:
==Lexicographical order==
==Lexicographical order==
Note: This task should probably be modified to be aware (and tolerant) of [[wp:Lexicographical order|lexicographical order]]. --[[User:Short Circuit|Michael Mol]] 22:15, 9 November 2010 (UTC)
Note: This task should probably be modified to be aware (and tolerant) of [[wp:Lexicographical order|lexicographical order]]. --[[User:Short Circuit|Michael Mol]] 22:15, 9 November 2010 (UTC)
: I think it's probably not important on that particular dictionary; it's all lower case and well-behaved. –[[User:Dkf|Donal Fellows]] 22:37, 9 November 2010 (UTC)


==longest word length==
==longest word length==

Revision as of 22:37, 9 November 2010

Lexicographical order

Note: This task should probably be modified to be aware (and tolerant) of lexicographical order. --Michael Mol 22:15, 9 November 2010 (UTC)

I think it's probably not important on that particular dictionary; it's all lower case and well-behaved. –Donal Fellows 22:37, 9 November 2010 (UTC)

longest word length

By "longest word length", do you mean "equal to the length of the longest ordered word"? --Michael Mol 22:16, 9 November 2010 (UTC)