Valhalla Legends Archive

Programming => General Programming => .NET Platform => Topic started by: Imperceptus on July 26, 2006, 05:56 PM

Title: Multi-dimensional sort
Post by: Imperceptus on July 26, 2006, 05:56 PM
I want to sort a multi-dimensional arrray.  I haven't been able to find any good examples.  Does anyone have any suggestions?
Title: Re: Multi-dimensional sort
Post by: Banana fanna fo fanna on July 26, 2006, 06:05 PM
Examples of input and output, please.
Title: Re: Multi-dimensional sort
Post by: MyndFyre on July 26, 2006, 11:42 PM
He raises a good point.  Are you trying to sort dictionaries?  Array arrays (int[][]), or multiranked arrays (int[,,])?
Title: Re: Multi-dimensional sort
Post by: Maddox on July 27, 2006, 10:03 PM
Quick sort is your friend.