Talk:Sort the letters of string in alphabetical order: Difference between revisions

From Rosetta Code
Content added Content deleted
(Created page with "How is sorting letter s different from all the other sort tasks?--~~~~")
 
m (added some comments.)
Line 1: Line 1:
== how is this sorting different? ==
How is sorting letter s different from all the other sort tasks?--[[User:Nigel Galloway|Nigel Galloway]] ([[User talk:Nigel Galloway|talk]]) 16:45, 24 July 2021 (UTC)
How is sorting letter s different from all the other sort tasks?--[[User:Nigel Galloway|Nigel Galloway]] ([[User talk:Nigel Galloway|talk]]) 16:45, 24 July 2021 (UTC)

: Almost all of the other sort tasks are dealing with multiple records (or multiple strings),   or an array   (whose elements are either strings or numbers).   This Rosetta Code task is restricted to sorting one string (of characters, which could include duplicates, blanks, and upper- and lower-cased letters).   I would've preferred a particular string that would be used (in common) for all computer programming languages for this task to make comparison a little easier.     -- [[User:Gerard Schildberger|Gerard Schildberger]] ([[User talk:Gerard Schildberger|talk]]) 17:22, 24 July 2021 (UTC)

Revision as of 17:22, 24 July 2021

how is this sorting different?

How is sorting letter s different from all the other sort tasks?--Nigel Galloway (talk) 16:45, 24 July 2021 (UTC)

Almost all of the other sort tasks are dealing with multiple records (or multiple strings),   or an array   (whose elements are either strings or numbers).   This Rosetta Code task is restricted to sorting one string (of characters, which could include duplicates, blanks, and upper- and lower-cased letters).   I would've preferred a particular string that would be used (in common) for all computer programming languages for this task to make comparison a little easier.     -- Gerard Schildberger (talk) 17:22, 24 July 2021 (UTC)