Talk:Sort an integer array: Difference between revisions

Content added Content deleted
m (added a section header to the 1st talk topic, added indentation.)
 
Line 1: Line 1:
== First in a series ==

This is the first in a series of pages attempting to split up the chaos of the [[Sorting]] task. I've included my own examples for C, Haskell, Java, Objective-C, Perl, PHP, and UNIX Shell, and copied the relevant C++ examples from Sorting, with some small changes.
This is the first in a series of pages attempting to split up the chaos of the [[Sorting]] task. I've included my own examples for C, Haskell, Java, Objective-C, Perl, PHP, and UNIX Shell, and copied the relevant C++ examples from Sorting, with some small changes.


Line 6: Line 8:
--[[User:Bob9000|Bob9000]] 05:30, 28 January 2007 (EST)
--[[User:Bob9000|Bob9000]] 05:30, 28 January 2007 (EST)
:Thank you! --[[User:Short Circuit|Short Circuit]] 11:01, 28 January 2007 (EST)
:Thank you! --[[User:Short Circuit|Short Circuit]] 11:01, 28 January 2007 (EST)

:I've added "Sorting with a custom comparator". I decided against "Sorting objects in natural order" since any language capable of that has probably already used it here. I'll give the new page a little while to grow before purging Sorting. --[[User:Bob9000|Bob9000]] 06:02, 30 January 2007 (EST)
:: I've added "Sorting with a custom comparator". I decided against "Sorting objects in natural order" since any language capable of that has probably already used it here. I'll give the new page a little while to grow before purging Sorting. --[[User:Bob9000|Bob9000]] 06:02, 30 January 2007 (EST)


== AppleScript code copyright ==
== AppleScript code copyright ==