Talk:Sort an integer array

From Rosetta Code
Revision as of 10:30, 28 January 2007 by rosettacode>Bob9000
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

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.

The other tasks I'm thinking of are "Sorting objects in natural order" and "Sorting with a custom comparator" (basically the original task given in Sorting). None of these are related to Sorting Algorithms; rather, they exist to demonstrate built-in functionality.

Once these are in place, all code examples will be removed from Sorting, and it will hold only general information and links to related tasks (and the algorithms category). --Bob9000 05:30, 28 January 2007 (EST)